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