Skip to content

Commit

Permalink
docs(auth): un-cross docs for two states in PhoneAuthState enum (inve…
Browse files Browse the repository at this point in the history
  • Loading branch information
puls authored Dec 29, 2023
1 parent 605a0df commit e488c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ export namespace FirebaseAuthTypes {
*/
export interface PhoneAuthState {
/**
* The timeout specified in {@link auth#verifyPhoneNumber} has expired.
* SMS message with verification code sent to phone number.
*/
CODE_SENT: 'sent';
/**
* SMS message with verification code sent to phone number.
* The timeout specified in {@link auth#verifyPhoneNumber} has expired.
*/
AUTO_VERIFY_TIMEOUT: 'timeout';
/**
Expand Down

0 comments on commit e488c5c

Please sign in to comment.