Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Papermerge.Js
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
Papermerge.Js
Commits
f829dc2b
Commit
f829dc2b
authored
3 years ago
by
Eugen Ciur
Browse files
Options
Downloads
Patches
Plain Diff
linting
parent
c57cb0bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/controllers/login.js
+1
-0
1 addition, 0 deletions
app/controllers/login.js
app/routes/authenticated/index.js
+1
-1
1 addition, 1 deletion
app/routes/authenticated/index.js
with
2 additions
and
1 deletion
app/controllers/login.js
+
1
−
0
View file @
f829dc2b
...
...
@@ -3,6 +3,7 @@ import { inject as service } from '@ember/service';
import
{
action
}
from
'
@ember/object
'
;
import
{
tracked
}
from
'
@glimmer/tracking
'
;
export
default
class
LoginController
extends
Controller
{
@
tracked
errorMessage
;
@
service
session
;
...
...
This diff is collapsed.
Click to expand it.
app/routes/authenticated/index.js
+
1
−
1
View file @
f829dc2b
...
...
@@ -7,7 +7,7 @@ export default class IndexRoute extends BaseRoute {
@
service
currentUser
;
async
model
(
params
)
{
let
adapter
,
ret
;
let
adapter
;
await
this
.
currentUser
.
loadCurrentUser
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment