From ffba0668c2bb2a7cfd472368b957ef19ca220a3d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Jun 2014 18:21:54 +0000 Subject: [PATCH] Typo I think. --- roles/notifs/frontend/templates/fmn.web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py index 0e20928f39..1d8dbfc0b9 100644 --- a/roles/notifs/frontend/templates/fmn.web.py +++ b/roles/notifs/frontend/templates/fmn.web.py @@ -6,5 +6,5 @@ config = { "fmn.backends": ["irc", "email"], # But "android" is disabled. - "fmn.web.default_login", "fedora_login", + "fmn.web.default_login": "fedora_login", }