Skip to content

Commit e488c5c

Browse files
authored
docs(auth): un-cross docs for two states in PhoneAuthState enum (#7537)
1 parent 605a0df commit e488c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/auth/lib/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ export namespace FirebaseAuthTypes {
241241
*/
242242
export interface PhoneAuthState {
243243
/**
244-
* The timeout specified in {@link auth#verifyPhoneNumber} has expired.
244+
* SMS message with verification code sent to phone number.
245245
*/
246246
CODE_SENT: 'sent';
247247
/**
248-
* SMS message with verification code sent to phone number.
248+
* The timeout specified in {@link auth#verifyPhoneNumber} has expired.
249249
*/
250250
AUTO_VERIFY_TIMEOUT: 'timeout';
251251
/**

0 commit comments

Comments
 (0)