Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
6fdda999
Commit
6fdda999
authored
Jun 01, 2020
by
les
Browse files
fix redirect after login
parent
292b1952
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/Login.vue
View file @
6fdda999
...
...
@@ -68,7 +68,6 @@ export default {
await
this
.
$auth
.
loginWith
(
'
local
'
,
{
data
})
this
.
loading
=
false
Message
({
message
:
this
.
$t
(
'
login.ok
'
),
showClose
:
true
,
type
:
'
success
'
})
this
.
$router
.
replace
(
'
/
'
)
}
catch
(
e
)
{
Message
({
message
:
this
.
$t
(
'
login.error
'
),
showClose
:
true
,
type
:
'
error
'
})
this
.
loading
=
false
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment