Skip to content

Commit

Permalink
Merge branch 'mfa-section' of https://github.com/firebase/firebase-io…
Browse files Browse the repository at this point in the history
…s-sdk into update-password
  • Loading branch information
pragatimodi committed Apr 15, 2024
2 parents ec2bc82 + 683dd80 commit 349a6c4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,6 @@ class AuthMenuData: DataSourceProvidable {
Item(title: AuthMenu.phoneNumber.name, image: phoneSymbol),
Item(title: AuthMenu.anonymous.name, image: anonSymbol),
Item(title: AuthMenu.custom.name, image: shieldSymbol),
Item(title: AuthMenu.passwordless.name, image: lockSymbol),
Item(title: AuthMenu.phoneNumber.name, image: phoneSymbol),
Item(title: AuthMenu.anonymous.name, image: anonSymbol),
Item(title: AuthMenu.custom.name, image: shieldSymbol),
]
let header = "Other Authentication Methods"
return Section(headerDescription: header, items: otherOptions)
Expand Down

0 comments on commit 349a6c4

Please sign in to comment.