mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-05 12:23:03 +02:00
remove version (#3184)
This commit is contained in:
parent
956febf6a6
commit
7d00ad9b7d
6 changed files with 8 additions and 45 deletions
|
@ -26,7 +26,6 @@ type UserInfoData struct {
|
|||
WebAuthnCreationOptions *webauthn.PublicKeyCredentialCreationOptions
|
||||
WebAuthnRequestOptions *webauthn.PublicKeyCredentialRequestOptions
|
||||
WebAuthnURL string
|
||||
PomeriumVersion string
|
||||
}
|
||||
|
||||
// ToJSON converts the data into a JSON map.
|
||||
|
@ -53,7 +52,6 @@ func (data UserInfoData) ToJSON() map[string]interface{} {
|
|||
m["webAuthnCreationOptions"] = data.WebAuthnCreationOptions
|
||||
m["webAuthnRequestOptions"] = data.WebAuthnRequestOptions
|
||||
m["webAuthnUrl"] = data.WebAuthnURL
|
||||
m["pomeriumVersion"] = data.PomeriumVersion
|
||||
return m
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue