Skip to content

Commit ee01cd6

Browse files
authored
Update dist/well-known.js
1 parent 0e39809 commit ee01cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/well-known.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ return Promise.all([
116116
});
117117
}),
118118
// FedCM
119-
parseResponse('/.well-known/web-identity', r => {
119+
parseResponse('/.well-known/web-identity', r => {
120120
return r.json().then(data => {
121121
let result = {
122122
provider_urls: data.provider_urls || [],

0 commit comments

Comments
 (0)