Skip to content

Commit

Permalink
docs(auth): un-cross docs for two states in PhoneAuthState enum (#7537)
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

1 comment on commit e488c5c

@vercel
Copy link

@vercel vercel bot commented on e488c5c Dec 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.