Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nuxtjschat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Đức Huy
nuxtjschat
Commits
378b97db
Commit
378b97db
authored
Jan 05, 2021
by
Nguyễn Đức Huy
Browse files
Options
Browse Files
Download
Plain Diff
login,register
parents
e2d3e583
88543c41
Pipeline
#1166
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.eslintrc.js
+0
-0
pages/register/index.vue
+6
-0
No files found.
.eslintrc.js
View file @
378b97db
This diff is collapsed.
Click to expand it.
pages/register/index.vue
View file @
378b97db
...
...
@@ -90,6 +90,12 @@ export default {
.
catch
((
e
)
=>
{
alert
(
e
)
})
.
catch
(
function
(
error
)
{
if
(
error
.
response
)
{
alert
(
'Login Fail !'
)
console
.
log
(
error
.
response
.
data
)
}
})
}
else
{
alert
(
"repassword don't match with password"
)
}
...
...
Write
Preview
Markdown
is supported
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