1
0
forked from baron/baron-sso

Merge commit '1c0a5ed2720348f0ef14eca36b214210a5390b44'

This commit is contained in:
2026-02-02 14:09:04 +09:00
35 changed files with 1655 additions and 435 deletions

View File

@@ -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 {