fix and update

This commit is contained in:
lendry
2026-07-01 16:26:43 +03:00
parent f7c01a3963
commit ee8aaf9889
9 changed files with 50 additions and 8 deletions

View File

@@ -71,7 +71,8 @@ async function loginWithFedCM() {
identity: {
providers: [{
configURL: '${fedcmConfigUrl}',
clientId: '${clientIdPlaceholder}'
clientId: '${clientIdPlaceholder}',
fields: ['name', 'email', 'picture', 'tel']
}]
},
mediation: 'optional'