summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
Diffstat (limited to 'model')
-rw-r--r--model/oauth.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/oauth.go b/model/oauth.go
index 6a3561ed9..3139aefed 100644
--- a/model/oauth.go
+++ b/model/oauth.go
@@ -16,6 +16,7 @@ const (
OAUTH_ACTION_LOGIN = "login"
OAUTH_ACTION_EMAIL_TO_SSO = "email_to_sso"
OAUTH_ACTION_SSO_TO_EMAIL = "sso_to_email"
+ OAUTH_ACTION_MOBILE = "mobile"
)
type OAuthApp struct {