Mochi tweaks

This commit is contained in:
AffectedArc07
2021-06-30 19:14:25 +01:00
parent 6d4a206b51
commit 82e48bb207
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// This is in its own file as it has so much stuff to contend with
/client/proc/edit_2fa()
if(! GLOB.configuration.system._2fa_auth_host)
if(!GLOB.configuration.system._2fa_auth_host)
alert(usr, "This server does not have 2FA enabled.")
return
// Client does not have 2FA enabled. Set it up.