refactor: use persistant layout

This commit is contained in:
Sonny
2024-05-27 00:28:36 +02:00
committed by Sonny
parent e03952de1c
commit 76847ff76b
9 changed files with 169 additions and 142 deletions

View File

@@ -52,7 +52,7 @@ export default class UsersController {
avatarUrl,
token,
providerType: 'google',
isAdmin: userCount[0].total === '0',
isAdmin: userCount[0].total === '0' ? true : undefined,
}
);