Add isSuperAdmin account

This commit is contained in:
jeffvli
2022-11-08 18:40:44 -08:00
parent 3bc0ea16bc
commit df8e38cedd
5 changed files with 15 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@ async function main() {
deviceId: `admin_${randomString(10)}`,
enabled: true,
isAdmin: true,
isSuperAdmin: true,
password: hashedPassword,
username: 'admin',
},