diff --git a/src/SASjs.ts b/src/SASjs.ts index 6f95304..00d862a 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -291,7 +291,7 @@ export default class SASjs { public async checkSession() { const loginResponse = await fetch(this.loginUrl.replace(".do", "")); const responseText = await loginResponse.text(); - const isLoggedIn = /You have signed in./gm.test(responseText); + const isLoggedIn = /