mirror of
https://github.com/sasjs/server.git
synced 2026-01-09 23:40:06 +00:00
feat(web): added profile + edit + autoexec changes
This commit is contained in:
@@ -29,7 +29,7 @@ export interface UserPayload {
|
||||
isActive?: boolean
|
||||
/**
|
||||
* User-specific auto-exec code
|
||||
* @example "<SAS code>"
|
||||
* @example ""
|
||||
*/
|
||||
autoExec?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user