Skip to content

Commit

Permalink
Change superadmins
Browse files Browse the repository at this point in the history
  • Loading branch information
saarasat committed Sep 9, 2020
1 parent 1e2c9be commit 2eca579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const requiredFormIds = [
'measures_1_text',
]

const SUPERADMINS = ['markokos', 'tgtapio', 'jehelen', 'mluukkai', 'admin']
const SUPERADMINS = ['markokos', 'jehelen', 'mluukkai', 'saarasat', 'kopaakko', 'admin']

const isSuperAdmin = (uid) => {
return SUPERADMINS.includes(uid)
Expand Down

0 comments on commit 2eca579

Please sign in to comment.