class LoginScreen : Screen<LoginView>, AuthenticationCallback { | |
@Inject lateinit var authPortal: AuthPortal | |
fun showBiometricConfirmation() { | |
navigator.goTo(authPortal.getConfirmBiometricScreen("token", this)) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment