Skip to content

Commit 4446aea

Browse files
authored
Fixed Origin in Blazor (#408)
1 parent 5cb0f17 commit 4446aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlazorWasmDemo/Server/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
}
77
},
88
"AllowedHosts": "*",
9-
"Origin": "https://fido2-blazorwasm.onrender.com"
9+
"Origin": "https://localhost:7124"
1010
}

0 commit comments

Comments
 (0)