Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Picturerama
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
Container Registry
Model registry
Operate
Environments
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
Gruppe 12
Picturerama
Merge requests
!47
Feat/loading animation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/loading animation
feat/loadingAnimation
into
dev
Overview
0
Commits
5
Pipelines
0
Changes
4
Merged
Diderik Kramer
requested to merge
feat/loadingAnimation
into
dev
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
18
Expand
Loading animation for upload,signin and login scenes
#35 (closed)
1
0
Merge request reports
Viewing commit
911fe5a4
Prev
Next
Show latest version
18 files
+
174
−
42
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
911fe5a4
Merge branch 'dev' into feat/loadingAnimation
· 911fe5a4
Diderik Kramer
authored
4 years ago
src/main/App/Components/Authentication.java
+
1
−
1
Options
@@ -33,7 +33,7 @@ public class Authentication {
}
/**
*
l
ogIn method is used when the user is trying to log in
*
L
ogIn method is used when the user is trying to log in
* will compare password from db to the entered password
*
* @param username of user
Loading