Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ByeCorps ID Legacy
Manage
Activity
Members
Labels
Plan
Wiki
JetBrains YouTrack
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ByeCorps
ID
ByeCorps ID Legacy
Commits
dca42da4
Commit
dca42da4
authored
Apr 28, 2024
by
Bye
Browse files
Options
Downloads
Patches
Plain Diff
Fix a minor issue in the login form (basic external)
parent
c147c2e3
Branches
Branches containing commit
No related tags found
1 merge request
!1
Update production branch so it can be used
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dashboard.php
+1
-1
1 addition, 1 deletion
dashboard.php
login_external_basic.php
+0
-1
0 additions, 1 deletion
login_external_basic.php
with
1 addition
and
2 deletions
dashboard.php
+
1
−
1
View file @
dca42da4
...
...
@@ -26,7 +26,7 @@ if (!$_SESSION['auth']) {
</div>
</div>
<div
class=
'right tiles'
>
<a
href=
"/settings"
class=
"tile
double-height
"
>
<a
href=
"/settings"
class=
"tile"
>
<div
class=
"wrapper"
>
<!-- SUPERIMPORTANTBECAUSE IM BAD AT CSS -->
<span
class=
"fa-solid fa-cog icon"
></span>
<span
class=
"text"
>
Settings
</span>
...
...
This diff is collapsed.
Click to expand it.
login_external_basic.php
+
0
−
1
View file @
dca42da4
...
...
@@ -86,7 +86,6 @@ login:
?>
<main>
<div
id=
"loginform"
>
<?php
if
(
""
!=
$error
)
{
goto
error_no_app
;}
?>
<div
id=
"connection_img"
>
...
...
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