Commit 111cc5a
Enable passkey registration feature in CommonFlight, Fixes AB#3121984 (#3132)
This pull request makes a small but important configuration change to
the `CommonFlight` enum. The default value for the
`ENABLE_PASSKEY_REGISTRATION` flight has been changed from `false` to
`true`, enabling the passkey registration feature by default.
* The `ENABLE_PASSKEY_REGISTRATION` feature flag is now enabled by
default in `CommonFlight.java`.
[AB#3121984](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3121984)
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 242da8c commit 111cc5a
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- common4j/src/main/com/microsoft/identity/common/java/flighting
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments