2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-03 07:00:45 +00:00

typo bugfix

This commit is contained in:
AJ ONeal 2018-06-13 13:04:11 -06:00
parent 4bec2d1fa2
commit 8a1d9feb26

View File

@ -99,7 +99,7 @@ function serveControls() {
, ssh: state.config.sshAuto || 'disabled'
};
if (/\btelebit\.cloud\b/i.test(conf.relay) && state.config.email && !state.token) {
if (/\btelebit\.cloud\b/i.test(state.config.relay) && state.config.email && !state.token) {
dumpy.code = "AWAIT_AUTH";
dumpy.message = "Check your email. You must verify your email address to activate this device.";
}