Update AuthenticatorUtil.kt

This commit is contained in:
Jays2Kings 2023-03-28 18:31:00 -04:00
parent 9371b774c2
commit d82eb8ec6f

View file

@ -27,7 +27,6 @@ object AuthenticatorUtil {
fun FragmentActivity.startAuthentication(
title: String,
subtitle: String? = null,
confirmationRequired: Boolean = true,
callback: AuthenticationCallback,
) {
isAuthenticating = true