File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import Vue from 'vue' ;
22import Vuex from 'vuex' ;
33import vuexI18n from 'vuex-i18n' ;
4- import { createFlashStore } from 'vuex-flash' ;
54import VueRouter from 'vue-router' ;
65
76// Helpers
@@ -18,7 +17,7 @@ window.Ziggy = Ziggy;
1817
1918Vue . use ( Vuex ) ;
2019
21- const store = new Vuex . Store ( { plugins : [ createFlashStore ( ) ] } ) ;
20+ const store = new Vuex . Store ( ) ;
2221const route = require ( './../../../vendor/tightenco/ziggy/src/js/route' ) . default ;
2322
2423Vue . config . productionTip = false ;
Original file line number Diff line number Diff line change 77
88 'forgot_password ' => [
99 'label ' => 'Forgot Password? ' ,
10- 'label_help ' => 'Enter your account email address to recive instructions on resetting your password. ' ,
10+ 'label_help ' => 'Enter your account email address to receive instructions on resetting your password. ' ,
1111 'button ' => 'Recover Account ' ,
1212 ],
1313
You can’t perform that action at this time.
0 commit comments