Skip to content

Commit 0e59f6f

Browse files
authored
Merge pull request #15 from sasjs/redirected-login-enabled
feat: login with redirected mechanism
2 parents f7959be + b0fce28 commit 0e59f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
serverType: 'SASVIYA',
1717
debug: false,
1818
useComputeApi: true,
19+
loginMechanism: 'Redirected',
1920
})
2021
sasjs.checkSession().then((res) => {
2122
if (res.isLoggedIn) afterLogin()

0 commit comments

Comments
 (0)