Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
1bd118df
Commit
1bd118df
authored
Nov 28, 2019
by
gap95
Browse files
Resolved PR comments
parent
f38dbf6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/auth/register/register.page.ts
View file @
1bd118df
...
...
@@ -33,7 +33,7 @@ export class RegisterPage implements OnInit {
.
subscribe
((
data
)
=>
{
console
.
log
(
'
my data:
'
,
data
);
this
.
restService
.
setToken
(
data
.
token
);
this
.
router
.
navigateByUrl
(
'
/
home
'
);
this
.
router
.
navigateByUrl
(
'
/
login
'
);
},
(
error
)
=>
{
console
.
log
(
error
);
this
.
correctCredentials
=
true
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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