forked from baron/baron-sso
fix: verify-only magic link approval flow
This commit is contained in:
@@ -26,7 +26,8 @@ type EnchantedLinkPollResponse struct {
|
||||
}
|
||||
|
||||
type MagicLinkVerifyRequest struct {
|
||||
Token string `json:"token"`
|
||||
Token string `json:"token"`
|
||||
VerifyOnly bool `json:"verifyOnly,omitempty"`
|
||||
}
|
||||
|
||||
type QRInitResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user