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
5 years ago
by
gap95
Browse files
Options
Download
Email Patches
Plain Diff
Resolved PR comments
parent
f38dbf6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/auth/register/register.page.ts
+1
-1
src/app/auth/register/register.page.ts
with
1 addition
and
1 deletion
+1
-1
src/app/auth/register/register.page.ts
+
1
-
1
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
;
...
...
This diff is collapsed.
Click to expand it.
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