()
| 42 | } |
| 43 | |
| 44 | export function shouldRememberSession() { |
| 45 | return ( |
| 46 | internals.localStorage.getItem('rememberSession') === 'true' && |
| 47 | internals.localStorage.getItem('demo') !== 'true' |
| 48 | ); |
| 49 | } |
| 50 | |
| 51 | export function wrapStorage(storage: Storage) { |
| 52 | const props = { |
no outgoing calls
no test coverage detected