Added more things to except list for need sign in
This commit is contained in:
@@ -4,7 +4,18 @@ Router.configure({
|
|||||||
});
|
});
|
||||||
|
|
||||||
Router.plugin("ensureSignedIn", {
|
Router.plugin("ensureSignedIn", {
|
||||||
except: ["home", "atSignIn", "atSignUp", "atForgotPassword", "notFound"]
|
except: [
|
||||||
|
"home",
|
||||||
|
"atSignIn",
|
||||||
|
"atSignUp",
|
||||||
|
"atForgotPassword",
|
||||||
|
"atResetPwd",
|
||||||
|
"atEnrollAccount",
|
||||||
|
"atVerifyEmail",
|
||||||
|
"atresendVerificationEmail",
|
||||||
|
"loginButtons",
|
||||||
|
"notFound",
|
||||||
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
Router.plugin("dataNotFound", {notFoundTemplate: "notFound"});
|
Router.plugin("dataNotFound", {notFoundTemplate: "notFound"});
|
||||||
|
|||||||
Reference in New Issue
Block a user