mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): login error handling (#1322)
This commit is contained in:
6
web/src/app.d.ts
vendored
6
web/src/app.d.ts
vendored
@@ -8,6 +8,12 @@ declare namespace App {
|
||||
}
|
||||
|
||||
// interface Platform {}
|
||||
|
||||
interface Error {
|
||||
message: string;
|
||||
stack?: string;
|
||||
code?: string;
|
||||
}
|
||||
}
|
||||
|
||||
// Source: https://stackoverflow.com/questions/63814432/typescript-typing-of-non-standard-window-event-in-svelte
|
||||
|
||||
Reference in New Issue
Block a user