Skip to content

Commit

Permalink
marked google oauth users as external
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasDOTwtf committed Nov 1, 2017
1 parent 1d705e6 commit 9d86331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def login():

session['user_id'] = user.id
login_user(user, remember = False)
session['external_auth'] = True
return redirect(url_for('index'))

if 'github_token' in session:
Expand Down

0 comments on commit 9d86331

Please sign in to comment.