mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-11 14:20:05 +00:00
fix(*): handle login required state, fix session creation logic
This commit is contained in:
@@ -38,6 +38,7 @@ export class SessionManager {
|
||||
);
|
||||
|
||||
await this.waitForSession(createdSession, etag);
|
||||
this.sessions.push(createdSession);
|
||||
return createdSession;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user