improve login page

This commit is contained in:
sam 2024-09-11 19:13:54 +02:00
parent 4ac0001795
commit 116d0577a7
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
6 changed files with 238 additions and 34 deletions

View file

@ -5,3 +5,9 @@ export type AuthResponse = {
token: string;
expires_at: string;
};
export type AuthUrls = {
discord?: string;
google?: string;
tumblr?: string;
};