We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mediation: 'silent'
1 parent 7dc9395 commit e9a7121Copy full SHA for e9a7121
1 file changed
web/packages/teleport/src/services/auth/auth.ts
@@ -132,7 +132,6 @@ const auth = {
132
.then(res =>
133
navigator.credentials.get({
134
publicKey: res.webauthnPublicKey,
135
- mediation: 'silent',
136
})
137
)
138
.then(res => {
0 commit comments