improve login page
This commit is contained in:
parent
4ac0001795
commit
116d0577a7
6 changed files with 238 additions and 34 deletions
|
@ -5,3 +5,9 @@ export type AuthResponse = {
|
|||
token: string;
|
||||
expires_at: string;
|
||||
};
|
||||
|
||||
export type AuthUrls = {
|
||||
discord?: string;
|
||||
google?: string;
|
||||
tumblr?: string;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue