projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec9b86
)
Fix typo
author
Magnus Hagander
<magnus@hagander.net>
Thu, 20 Jun 2019 16:07:59 +0000
(18:07 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 20 Jun 2019 16:49:25 +0000
(18:49 +0200)
pgweb/account/oauthclient.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/account/oauthclient.py
b/pgweb/account/oauthclient.py
index e6765a0ff9891b4c296a8c81ec2f9692ad938fe5..42d0dc2572a8a060f4b093720adbb798169619cf 100644
(file)
--- a/
pgweb/account/oauthclient.py
+++ b/
pgweb/account/oauthclient.py
@@
-204,5
+204,5
@@
def login_oauth(request, provider):
except OAuthException as e:
return HttpResponse(e)
except Exception as e:
- log.error('Exc
pe
tion during OAuth: %s' % e)
+ log.error('Exc
ep
tion during OAuth: %s' % e)
return HttpResponse('An unhandled exception occurred during the authentication process')