File tree 2 files changed +2
-4
lines changed
auth/src/platform_browser/strategies
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,7 @@ export async function _linkWithRedirect(
218
218
*
219
219
* @remarks
220
220
* If sign-in succeeded, returns the signed in user. If sign-in was unsuccessful, fails with an
221
- * error. If no redirect operation was called, returns a {@link UserCredential}
222
- * with a null `user`.
221
+ * error. If no redirect operation was called, returns `null`.
223
222
*
224
223
* @example
225
224
* ```javascript
Original file line number Diff line number Diff line change @@ -2613,8 +2613,7 @@ declare namespace firebase.auth {
2613
2613
* Returns a UserCredential from the redirect-based sign-in flow.
2614
2614
*
2615
2615
* If sign-in succeeded, returns the signed in user. If sign-in was
2616
- * unsuccessful, fails with an error. If no redirect operation was called,
2617
- * returns a UserCredential with a null User.
2616
+ * unsuccessful, fails with an error. If no redirect operation was called, returns `null`.
2618
2617
*
2619
2618
* <h4>Error Codes</h4>
2620
2619
* <dl>
You can’t perform that action at this time.
0 commit comments