There was an error while loading. Please reload this page.
1 parent 186a017 commit 2576eb9Copy full SHA for 2576eb9
1 file changed
app/src/main/java/io/github/samolego/canta/util/UninstallLock.kt
@@ -41,7 +41,7 @@ fun showBiometricPrompt(
41
}
42
43
override fun onAuthenticationError(errorCode: Int, errString: CharSequence) {
44
- LogUtils.e(TAG, "An error occured while trying to authenticate. Code: $errorCode, message: $errString")
+ LogUtils.e(TAG, "An error occurred while trying to authenticate. Code: $errorCode, message: $errString")
45
46
47
override fun onAuthenticationFailed() {
0 commit comments