Fix error reponses

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-21 10:01:13 +08:00
parent b7e6009706
commit 4ac5b1c101
7 changed files with 28 additions and 24 deletions

View File

@@ -87,5 +87,5 @@ func (self *Client) ValidateRedirectURI(redirectURI string) error {
return nil
}
}
return errors.New("redirect uri not match")
return errors.New("[Client Data] redirect uri not match")
}