mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Merge pull request #715 from alphagov/fancy-homepage
Make it clearer what Notify is for from homepage
This commit is contained in:
@@ -13,4 +13,4 @@ from app.main import main
|
||||
def sign_out():
|
||||
session.clear()
|
||||
logout_user()
|
||||
return redirect(url_for('main.sign_in'))
|
||||
return redirect(url_for('main.index'))
|
||||
|
||||
Reference in New Issue
Block a user