File tree 1 file changed +6
-3
lines changed
packages/auth/src/platform_browser/strategies
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ import { getModularInstance } from '@firebase/util';
42
42
*
43
43
* @remarks
44
44
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
45
- * Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link signInWithRedirect}.
45
+ * Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
46
+ * | best practices} when using {@link signInWithRedirect}.
46
47
*
47
48
* @example
48
49
* ```javascript
@@ -110,7 +111,8 @@ export async function _signInWithRedirect(
110
111
* Reauthenticates the current user with the specified {@link OAuthProvider} using a full-page redirect flow.
111
112
* @remarks
112
113
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
113
- * Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link reauthenticateWithRedirect}.
114
+ * Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
115
+ * | best practices} when using {@link reauthenticateWithRedirect}.
114
116
*
115
117
* @example
116
118
* ```javascript
@@ -176,7 +178,8 @@ export async function _reauthenticateWithRedirect(
176
178
* Links the {@link OAuthProvider} to the user account using a full-page redirect flow.
177
179
* @remarks
178
180
* To handle the results and errors for this operation, refer to {@link getRedirectResult}.
179
- * Follow the [best practices](https://firebase.google.com/docs/auth/web/redirect-best-practices) when using {@link linkWithRedirect}.
181
+ * Follow the {@link https://firebase.google.com/docs/auth/web/redirect-best-practices
182
+ * | best practices} when using {@link linkWithRedirect}.
180
183
*
181
184
* @example
182
185
* ```javascript
You can’t perform that action at this time.
0 commit comments