mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Removed storage.js, long ago replaced by store
This commit is contained in:
@@ -81,7 +81,6 @@
|
||||
|
||||
<script>
|
||||
import { mapGetters, mapActions } from "vuex";
|
||||
import storage from "@/storage";
|
||||
import SeasonedInput from "@/components/ui/SeasonedInput";
|
||||
import SeasonedButton from "@/components/ui/SeasonedButton";
|
||||
import SeasonedMessages from "@/components/ui/SeasonedMessages";
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
<script>
|
||||
import { mapActions } from "vuex";
|
||||
import { login } from "@/api";
|
||||
import storage from "@/storage";
|
||||
import SeasonedInput from "@/components/ui/SeasonedInput";
|
||||
import SeasonedButton from "@/components/ui/SeasonedButton";
|
||||
import SeasonedMessages from "@/components/ui/SeasonedMessages";
|
||||
@@ -89,8 +88,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
document.title = "Sign in" + storage.pageTitlePostfix;
|
||||
storage.backTitle = document.title;
|
||||
document.title = `Sign in — ${document.title}`;
|
||||
},
|
||||
mounted() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user