mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-05-01 03:03:52 +00:00
chore(web): generate API functions with a single argument (#2568)
This commit is contained in:
@@ -9,7 +9,7 @@ export const load = (async ({ parent, locals: { api } }) => {
|
||||
throw redirect(302, '/photos');
|
||||
}
|
||||
|
||||
const { data } = await api.userApi.getUserCount(true);
|
||||
const { data } = await api.userApi.getUserCount({ admin: true });
|
||||
|
||||
if (data.userCount > 0) {
|
||||
// Redirect to login page if an admin is already registered.
|
||||
|
||||
Reference in New Issue
Block a user