feat: Made login errors download from server
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export interface Status {
|
||||
status: number
|
||||
status: number,
|
||||
message?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user