fix(deps): Update dependencies to latest versions
This commit is contained in:
@ -9,6 +9,7 @@ export const getUsers = async (cloudlyRef: Cloudly) => {
|
||||
users.push({
|
||||
id: 'envadmin',
|
||||
data: {
|
||||
type: 'human',
|
||||
username: envAdminUser.split(':')[0],
|
||||
password: envAdminUser.split(':')[1],
|
||||
role: 'admin',
|
||||
|
Reference in New Issue
Block a user