fix: mistake GetApplicationLogin swagger router (casdoor#739) (#740)

Signed-off-by: xiexianbin <me@xiexianbin.cn>
This commit is contained in:
xiexianbin 2022-05-04 19:15:13 +08:00 committed by GitHub
parent 8b340105c1
commit b747f5e27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ func (c *ApiController) HandleLoggedIn(application *object.Application, user *ob
// @Param scope query string true "scope"
// @Param state query string true "state"
// @Success 200 {object} controllers.api_controller.Response The Response object
// @router /update-application [get]
// @router /get-app-login [get]
func (c *ApiController) GetApplicationLogin() {
clientId := c.Input().Get("clientId")
responseType := c.Input().Get("responseType")