mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 20:10:05 +00:00
fix(auth): login and check session returns username + user full name
This commit is contained in:
@@ -5,4 +5,11 @@ export interface LoginOptions {
|
||||
export interface LoginResult {
|
||||
isLoggedIn: boolean
|
||||
userName: string
|
||||
userLongName: string
|
||||
}
|
||||
export interface LoginResultInternal {
|
||||
isLoggedIn: boolean
|
||||
userName: string
|
||||
userLongName: string
|
||||
loginForm?: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user