]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/new-user-password.js
Refactor notify exception to clean up api exception handling
[bookstack] / resources / js / components / new-user-password.js
index a4ed4d15b300c5e255e86ef43eee9f8c7b31d014..e294f8e97f3228ed5a111614bd0c697ff7323b81 100644 (file)
@@ -1,4 +1,4 @@
-import {Component} from "./component";
+import {Component} from './component';
 
 export class NewUserPassword extends Component {
 
@@ -23,4 +23,4 @@ export class NewUserPassword extends Component {
         this.inputContainer.style.display = inviting ? 'none' : 'block';
     }
 
-}
\ No newline at end of file
+}