mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 04:20:05 +00:00
3 lines
101 B
TypeScript
3 lines
101 B
TypeScript
export const isLogInSuccess = (response: string): boolean =>
|
|
/You have signed in/gm.test(response)
|