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
29e215d9
Commit
29e215d9
authored
Jun 19, 2019
by
Wosiek, Oliver
Browse files
change user id to 1
parent
54ef48ba
Pipeline
#7660
passed with stage
in 6 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/lib/src/view/components/account_component.dart
View file @
29e215d9
...
...
@@ -42,7 +42,7 @@ class AccountComponent implements OnActivate {
if
(!
LoginComponent
.
loggedIn
)
{
await
_router
.
navigate
(
'/login'
);
}
else
{
final
id
=
4
;
final
id
=
1
;
// User-ID muss noch hardcoded werden
if
(
id
!=
null
)
{
user
=
await
_userService
.
getById
(
id
);
}
...
...
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