mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
9 lines
147 B
Go
9 lines
147 B
Go
package settings
|
|
|
|
type WebAuthn struct {
|
|
RPDisplayName string
|
|
RPID string
|
|
RPOrigins []string
|
|
}
|
|
|
|
var WebAuthnSettings = &WebAuthn{}
|