File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const constantRoutes = [
19
19
} ,
20
20
{
21
21
path : '/auth-redirect' ,
22
- component : 'views/login/authredirect ' ,
22
+ component : 'views/login/authRedirect ' ,
23
23
hidden : true
24
24
} ,
25
25
{
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const constantRoutes = [
57
57
} ,
58
58
{
59
59
path : '/auth-redirect' ,
60
- component : ( ) => import ( '@/views/login/authredirect ' ) ,
60
+ component : ( ) => import ( '@/views/login/authRedirect ' ) ,
61
61
hidden : true
62
62
} ,
63
63
{
Original file line number Diff line number Diff line change 1
1
<script >
2
2
export default {
3
- name: ' Authredirect ' ,
3
+ name: ' AuthRedirect ' ,
4
4
created () {
5
5
const hash = window .location .search .slice (1 )
6
6
if (window .localStorage ) {
Original file line number Diff line number Diff line change 77
77
<script >
78
78
import { validUsername } from ' @/utils/validate'
79
79
import LangSelect from ' @/components/LangSelect'
80
- import SocialSign from ' ./socialsignin '
80
+ import SocialSign from ' ./socialSignin '
81
81
82
82
export default {
83
83
name: ' Login' ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments