Skip to content

Commit 0c7ffc8

Browse files
authored
Enable feature flag to add passkeys (#3183)
1 parent a7b07f8 commit 0c7ffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/lib/state/featureFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const ENABLE_MIGRATE_FLOW = createFeatureFlagStore(
8585
);
8686
export const ADD_ACCESS_METHOD = createFeatureFlagStore(
8787
"ADD_ACCESS_METHOD",
88-
false,
88+
true,
8989
);
9090

9191
export default {

0 commit comments

Comments
 (0)