Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 20, 2024
1 parent d058104 commit 81697c1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"type": "script",
"group": "webauthn",
"attributes": {
"src": "http://ORY-MYC0XYW5H3:4433/.well-known/ory/webauthn.js",
"async": true,
"referrerpolicy": "no-referrer",
"crossorigin": "anonymous",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"type": "script",
"group": "webauthn",
"attributes": {
"src": "http://ORY-MYC0XYW5H3:4433/.well-known/ory/webauthn.js",
"async": true,
"referrerpolicy": "no-referrer",
"crossorigin": "anonymous",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"type": "script",
"group": "webauthn",
"attributes": {
"src": "http://ORY-MYC0XYW5H3:4433/.well-known/ory/webauthn.js",
"async": true,
"referrerpolicy": "no-referrer",
"crossorigin": "anonymous",
Expand Down
2 changes: 1 addition & 1 deletion selfservice/strategy/passkey/passkey_login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func TestFormHydration(t *testing.T) {
// The CSRF token has a unique value that messes with the snapshot - ignore it.
f.UI.Nodes.ResetNodes("csrf_token")
f.UI.Nodes.ResetNodes("passkey_challenge")
snapshotx.SnapshotT(t, f.UI.Nodes, snapshotx.ExceptNestedKeys("nonce"))
snapshotx.SnapshotT(t, f.UI.Nodes, snapshotx.ExceptNestedKeys("nonce", "src"))
}

newFlow := func(ctx context.Context, t *testing.T) (*http.Request, *login.Flow) {
Expand Down

0 comments on commit 81697c1

Please sign in to comment.