File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/auth/src/platform_browser/strategies Expand file tree Collapse file tree 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';
4242 *
4343 * @remarks
4444 * 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}.
4647 *
4748 * @example
4849 * ```javascript
@@ -110,7 +111,8 @@ export async function _signInWithRedirect(
110111 * Reauthenticates the current user with the specified {@link OAuthProvider} using a full-page redirect flow.
111112 * @remarks
112113 * 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}.
114116 *
115117 * @example
116118 * ```javascript
@@ -176,7 +178,8 @@ export async function _reauthenticateWithRedirect(
176178 * Links the {@link OAuthProvider} to the user account using a full-page redirect flow.
177179 * @remarks
178180 * 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}.
180183 *
181184 * @example
182185 * ```javascript
You can’t perform that action at this time.
0 commit comments