refactor(mobile): default to web frame if isDev (#1586)
* refactor(mobile): default to web frame if isDev * fix: ignore native challenges * fix: use contentInset for padding
This commit is contained in:
@@ -135,6 +135,10 @@ export class MobileApplication extends SNApplication {
|
||||
}
|
||||
|
||||
promptForChallenge(challenge: Challenge) {
|
||||
if (IsDev) {
|
||||
return
|
||||
}
|
||||
|
||||
push(SCREEN_AUTHENTICATE, { challenge, title: challenge.modalTitle })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user