Skip to content

Commit e9a7121

Browse files
authored
Remove mediation: 'silent' when logging in with Webauthn (#63245)
1 parent 7dc9395 commit e9a7121

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • web/packages/teleport/src/services/auth

web/packages/teleport/src/services/auth/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ const auth = {
132132
.then(res =>
133133
navigator.credentials.get({
134134
publicKey: res.webauthnPublicKey,
135-
mediation: 'silent',
136135
})
137136
)
138137
.then(res => {

0 commit comments

Comments
 (0)