Added confirm dialog on first discord login #210
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface TokenDTO {
|
||||
token: string;
|
||||
refreshToken: string;
|
||||
}
|
||||
firstLogin?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user