diff options
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/identity.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/identity.ts b/src/stores/identity.ts index 765ce5b2..5229c4cd 100644 --- a/src/stores/identity.ts +++ b/src/stores/identity.ts @@ -4,7 +4,7 @@ import { writable } from 'svelte/store'; const defaultIdentity: UserIdentity = { name: '', - id: -1, + id: -2, avatar: 'https://s4.anilist.co/file/anilistcdn/user/avatar/large/default.png' }; |