mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Replace Current service with chosen service name.
This commit is contained in:
@@ -29,6 +29,6 @@ def two_factor():
|
||||
login_user(user)
|
||||
finally:
|
||||
del session['user_details']
|
||||
return redirect(url_for('.choose_service'))
|
||||
return redirect(url_for('main.choose_service'))
|
||||
|
||||
return render_template('views/two-factor.html', form=form)
|
||||
|
||||
Reference in New Issue
Block a user