mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Added account info panel with sign out button (#219)
This commit is contained in:
parent
2bf764f560
commit
dce2bc7508
3 changed files with 73 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
if (browser) {
|
||||
const { shouldShowAnnouncement, localVersion, remoteVersion } = await checkAppVersion();
|
||||
|
||||
console.log('Recheck');
|
||||
return { props: { url, shouldShowAnnouncement, localVersion, remoteVersion } };
|
||||
} else {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue