mirror of
https://github.com/sasjs/server.git
synced 2026-01-11 16:20:06 +00:00
feat(web): added profile + edit + autoexec changes
This commit is contained in:
@@ -177,7 +177,7 @@ const getUser = async (
|
||||
username: user.username,
|
||||
isActive: user.isActive,
|
||||
isAdmin: user.isAdmin,
|
||||
autoExec: getAutoExec ? user.autoExec : undefined
|
||||
autoExec: getAutoExec ? user.autoExec ?? '' : undefined
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user