Skip to content

Commit

Permalink
Cleanup old authentication methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviahandrea-vsp committed Nov 18, 2024
1 parent 2cc6418 commit bbf56cb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 850 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PhoneVerificationFragment : PermanentBaseFragment() {
}

private val onSMSCodeSent = Observer<Void?> {
findNavController().navigate(R.id.action_phoneVerificationFragment_to_codeVerificationFragment)
// findNavController().navigate(R.id.action_phoneVerificationFragment_to_codeVerificationFragment)
}

private val onErrorMessage = Observer<String> { errorMessage ->
Expand Down
Loading

0 comments on commit bbf56cb

Please sign in to comment.