Skip to content

Commit

Permalink
Update dist/well-known.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Feb 4, 2025
1 parent 0e39809 commit ee01cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/well-known.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ return Promise.all([
});
}),
// FedCM
parseResponse('/.well-known/web-identity', r => {
parseResponse('/.well-known/web-identity', r => {
return r.json().then(data => {
let result = {
provider_urls: data.provider_urls || [],
Expand Down

0 comments on commit ee01cd6

Please sign in to comment.