Added confirm dialog on first discord login #210

This commit is contained in:
2023-02-21 12:09:29 +01:00
parent 0ea1edff4d
commit f38b517b98
6 changed files with 79 additions and 49 deletions

View File

@@ -1,4 +1,5 @@
export interface TokenDTO {
token: string;
refreshToken: string;
}
firstLogin?: boolean;
}