()
| 190 | _forceSameDevice = false; |
| 191 | |
| 192 | forceSameDevice() { |
| 193 | this._forceSameDevice = true; |
| 194 | return this; |
| 195 | } |
| 196 | |
| 197 | _enableEmailLinkSignIn = false; |
| 198 | enableEmailLinkSignIn() { |
nothing calls this directly
no outgoing calls
no test coverage detected