1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 15:40:06 +00:00

fix: sas9 public access denied handling

This commit is contained in:
2022-09-07 18:34:45 +02:00
parent 16185eba4d
commit e6ec51c7eb
3 changed files with 27 additions and 2 deletions

View File

@@ -5,4 +5,5 @@ export interface LoginOptions {
export interface LoginResult {
isLoggedIn: boolean
userName: string
errorMessage?: string
}