Skip to content

Commit 6b17d18

Browse files
committed
Minor fix
1 parent aec2778 commit 6b17d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/v2/admin/users/register/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
cache_dir: '',
1414
password: '',
1515
slurm_accounts: [],
16-
group_ids: []
16+
group_ids: [],
17+
oauth_accounts: []
1718
};
1819
1920
/** @type {undefined|boolean} */

0 commit comments

Comments
 (0)