Added account info panel with sign out button (#219)

This commit is contained in:
Alex 2022-06-11 23:17:20 -05:00 committed by GitHub
parent 2bf764f560
commit dce2bc7508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 73 additions and 2 deletions

View file

@ -7,7 +7,6 @@
if (browser) {
const { shouldShowAnnouncement, localVersion, remoteVersion } = await checkAppVersion();
console.log('Recheck');
return { props: { url, shouldShowAnnouncement, localVersion, remoteVersion } };
} else {
return {