auth-common.js: add semicolon after use strict
This commit is contained in:
parent
a99bf15332
commit
c29b3a7a25
@ -1,5 +1,5 @@
|
|||||||
(function (global, document) {
|
(function (global, document) {
|
||||||
"use strict"
|
"use strict";
|
||||||
|
|
||||||
// Redirect the user to the dashboard if there's a cookie. If the cookie is
|
// Redirect the user to the dashboard if there's a cookie. If the cookie is
|
||||||
// invalid, they would be redirected back to the login page *after* the
|
// invalid, they would be redirected back to the login page *after* the
|
||||||
|
Loading…
Reference in New Issue
Block a user