mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:17:32 +00:00
fix: handle multiple webauthn origins (#1078)
* fix(grpc): return CredentialCreationData in webauthn public key * return id of u2f tokens * handle separate origins in webauthn * param
This commit is contained in:
@@ -92,7 +92,8 @@ type TemplateData struct {
|
||||
}
|
||||
|
||||
type WebAuthN struct {
|
||||
ID string
|
||||
Origin string
|
||||
DisplayName string
|
||||
ID string
|
||||
OriginLogin string
|
||||
OriginConsole string
|
||||
DisplayName string
|
||||
}
|
||||
|
Reference in New Issue
Block a user