Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt2106_2024_03_frontend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Scrum_Team_3
idatt2106_2024_03_frontend
Merge requests
!133
Fixed timer issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed timer issues
timer-fix
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Vilde Min Vikan
requested to merge
timer-fix
into
master
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
063645d7
1 commit,
10 months ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/stores/token.ts
+
2
−
2
Options
@@ -130,11 +130,11 @@ export const useTokenStore = defineStore({
await
this
.
refreshToken
();
}
else
this
.
displayPopUp
=
true
;
},
1
000
);
},
300
000
);
this
.
tokenTimer
=
setTimeout
(()
=>
{
this
.
logout
();
},
12
0000
);
},
36
0000
);
},
},
Loading