auth-common.js: add semicolon after use strict

This commit is contained in:
Adhityaa Chandrasekar 2018-12-24 21:49:31 -05:00
parent a99bf15332
commit c29b3a7a25

View File

@ -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