feat: Made login errors download from server

This commit is contained in:
2025-05-16 00:38:59 +02:00
parent 6ab3598d38
commit 90d5b5da1c
2 changed files with 3 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
export interface Status {
status: number
status: number,
message?: string
}