diff --git a/Project-Unite/Global.asax.cs b/Project-Unite/Global.asax.cs index ffc958e..4864165 100644 --- a/Project-Unite/Global.asax.cs +++ b/Project-Unite/Global.asax.cs @@ -73,7 +73,7 @@ namespace Project_Unite mod = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresModerator); dev = act.GetCustomAttributes(false).FirstOrDefault(x => x is RequiresDeveloper); - bool? fail2 = false; + bool? fail2 = true; if (adm != null) fail2 = User.Identity?.IsAdmin();