mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 11:56:57 +08:00
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