Skip to content

Commit

Permalink
new description
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 30, 2017
1 parent ee2cefe commit 7066ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appier_extras/parts/admin/part.py
Expand Up @@ -613,7 +613,8 @@ def oauth_deny(self):
return self.redirect(
redirect_uri,
params = dict(
error = "access_denied"
error = "access_denied",
error_description = "Permissions error"
)
)

Expand Down

0 comments on commit 7066ee9

Please sign in to comment.