aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/user/setting/oauth2_common.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/user/setting/oauth2_common.go')
-rw-r--r--routers/web/user/setting/oauth2_common.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/web/user/setting/oauth2_common.go b/routers/web/user/setting/oauth2_common.go
index f6ad1b2b38..5489b60260 100644
--- a/routers/web/user/setting/oauth2_common.go
+++ b/routers/web/user/setting/oauth2_common.go
@@ -31,6 +31,7 @@ func (oa *OAuth2CommonHandlers) renderEditPage(ctx *context.Context) {
func (oa *OAuth2CommonHandlers) AddApp(ctx *context.Context) {
form := web.GetForm(ctx).(*forms.EditOAuth2ApplicationForm)
if ctx.HasError() {
+ ctx.Flash.Error(ctx.GetErrMsg())
// go to the application list page
ctx.Redirect(oa.BasePathList)
return