Registration refactor initial scaffolding.

This commit is contained in:
Nicholas Tinsley
2024-04-12 12:47:27 -04:00
committed by Greyson Parrelli
parent 318b59a6b2
commit eec2685e67
31 changed files with 2732 additions and 228 deletions

View File

@@ -59,7 +59,7 @@ class VerificationCodeView @JvmOverloads constructor(context: Context, attrs: At
}
}
interface OnCodeEnteredListener {
fun interface OnCodeEnteredListener {
fun onCodeComplete(code: String)
}