1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00
Files
adapter/src/utils/isLoginSuccess.ts
2020-09-01 11:51:17 +01:00

3 lines
101 B
TypeScript

export const isLogInSuccess = (response: string): boolean =>
/You have signed in/gm.test(response)