Skip to content

Commit

Permalink
Merge pull request #4277 from Mark-de-Haan/master
Browse files Browse the repository at this point in the history
Fix #4276 Navigating to a menu when the session is expired throws a freemarker error instead of redirecting you to the login modal
  • Loading branch information
dennishendriksen committed Dec 14, 2015
2 parents 4cbb6bd + 40d33e6 commit 0937fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<#include "resource-macros.ftl">
<#assign googleSignIn = app_settings.googleSignIn && appSettings.signUp && !appSettings.signUpModeration>
<#assign googleSignIn = app_settings.googleSignIn && app_settings.signUp && !app_settings.signUpModeration>
<!DOCTYPE html>
<html>
<head>
Expand Down

0 comments on commit 0937fc0

Please sign in to comment.