mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 22:50:05 +00:00
feat(web): added profile + edit + autoexec changes
This commit is contained in:
@@ -97,6 +97,7 @@ const login = async (
|
||||
return {
|
||||
loggedIn: true,
|
||||
user: {
|
||||
id: user.id,
|
||||
username: user.username,
|
||||
displayName: user.displayName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user