Add /api/get-app-login

This commit is contained in:
Yang Luo
2021-03-20 10:51:00 +08:00
parent c8cd37058e
commit 9980ef1975
5 changed files with 74 additions and 9 deletions

View File

@ -25,6 +25,11 @@ import (
"github.com/casdoor/casdoor/util"
)
const (
ResponseTypeLogin = "login"
ResponseTypeCode = "code"
)
type RequestForm struct {
Type string `json:"type"`