Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mauritz, Falk Marius
SWTII Cal
Commits
f5c8d810
Commit
f5c8d810
authored
Jun 18, 2019
by
Mauritz, Falk Marius
Browse files
Auth in Client
todo
parent
2753b0a5
Pipeline
#7494
passed with stage
in 4 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/lib/src/view/components/register_component.dart
View file @
f5c8d810
...
...
@@ -3,6 +3,7 @@ import 'package:angular_forms/angular_forms.dart';
import
'package:angular_router/angular_router.dart'
;
import
'package:demo/src/view/components/login_component.dart'
;
import
'package:demo/src/view/services/person_service.dart'
;
import
'package:demo/src/view/services/register_service.dart'
;
import
'../../model/person.dart'
;
...
...
@@ -18,7 +19,7 @@ class RegisterComponent implements OnInit, OnActivate {
RegisterComponent
(
this
.
_registerService
,
this
.
_router
);
final
Router
_router
;
final
Us
erService
_registerService
;
final
Regist
erService
_registerService
;
User
user
=
User
.
zero
();
String
passwordWh
=
""
;
...
...
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