Add first pass at IndieAuth modal. For #1863
This commit is contained in:
@@ -6,4 +6,5 @@ export interface User {
|
||||
previousNames: string[];
|
||||
nameChangedAt: Date;
|
||||
scopes: string[];
|
||||
authenticated: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user