Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
idatt2106_2024_02_frontend
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
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
IDATT2106 - Gruppe 2
idatt2106_2024_02_frontend
Merge requests
!18
Update login page and implement forgot password feature
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update login page and implement forgot password feature
enhancement/6/update-login-page-2
into
dev
Overview
0
Commits
23
Pipelines
3
Changes
11
Merged
Ina Martini
requested to merge
enhancement/6/update-login-page-2
into
dev
1 year ago
Overview
0
Commits
23
Pipelines
3
Changes
11
Expand
Update styling on login page and implement a forgotten password feature.
0
0
Merge request reports
Compare
dev
version 3
c51bee41
1 year ago
version 2
805b5cb9
1 year ago
version 1
805b5cb9
1 year ago
dev (base)
and
latest version
latest version
3bd7f712
23 commits,
1 year ago
version 3
c51bee41
22 commits,
1 year ago
version 2
805b5cb9
21 commits,
1 year ago
version 1
805b5cb9
172 commits,
1 year ago
11 files
+
276
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
cypress/e2e/login.cy.ts
+
1
−
1
Options
describe
(
'
Login
'
,
()
=>
{
beforeEach
(()
=>
{
cy
.
visit
(
'
/log
i
n
'
)
cy
.
visit
(
'
/log
gin
n
'
)
})
function
fullInput
()
{
Loading