Skip to content

Commit fbccf5e

Browse files
committed
filter passwordless blocks
1 parent 7d963b7 commit fbccf5e

File tree

2 files changed

+9
-0
lines changed
  • src/pages/[platform]/build-a-backend/auth/connect-your-frontend

2 files changed

+9
-0
lines changed

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-in/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,9 @@ func socialSignInWithWebUI() -> AnyCancellable {
11071107

11081108
</InlineFilter>
11091109

1110+
<InlineFilter filters={["angular", "javascript", "nextjs", "react", "react-native", "vue", "swift"]}>
1111+
1112+
11101113
## Sign in with passwordless methods
11111114

11121115
Your application's users can also sign in using passwordless methods. To learn more, visit the [concepts page for passwordless](/[platform]/build-a-backend/auth/concepts/passwordless/)
@@ -1375,3 +1378,5 @@ handleNextSignInStep(nextNextStep);
13751378
```
13761379

13771380
</InlineFilter>
1381+
1382+
</InlineFilter>

src/pages/[platform]/build-a-backend/auth/connect-your-frontend/sign-up/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,8 @@ export default function App() {
528528
</InlineFilter>
529529
</InlineFilter>
530530

531+
<InlineFilter filters={["angular", "javascript", "nextjs", "react", "react-native", "vue", "swift"]}>
532+
531533
## Sign up with passwordless methods
532534

533535
Your application's users can also sign up using passwordless methods. To learn more, visit the [concepts page for passwordless](/[platform]/build-a-backend/auth/concepts/passwordless/)
@@ -931,3 +933,5 @@ func autoSignIn() -> AnyCancellable {
931933
</BlockSwitcher>
932934

933935
</InlineFilter>
936+
937+
</InlineFilter>

0 commit comments

Comments
 (0)