Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SMGO
pms-server
Commits
b0e2b2a9
Commit
b0e2b2a9
authored
3 years ago
by
Koolapong Kongpitak
Browse files
Options
Download
Email Patches
Plain Diff
remove guard at login
parent
5cd95574
dev
Features
MA
TUM-DEV
master
num-dev
revert-1f0a6f85
revert-fc58d1a4
v12.08
v12.07
v12.06
v12.05
v12.04
v12.03
v12.02
v12.01
v11.24
v11.23
v11.22
v11.21QA
v11.20QA
v11.19QA
v11.18
v11.17QA
v11.16QA
v11.15QA
v11.14QA
v11.12QA
v11.11QA
v11.10QA
v11.09
2 merge requests
!525
Dev
,
!520
Features
Pipeline
#1766
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SYSCore/Controllers/SystemApiController.cs
+0
-1
SYSCore/Controllers/SystemApiController.cs
with
0 additions
and
1 deletion
+0
-1
SYSCore/Controllers/SystemApiController.cs
+
0
-
1
View file @
b0e2b2a9
...
...
@@ -48,7 +48,6 @@ namespace SYS_Core.Controllers
#
region
auth
[
HttpPost
,
Route
(
"Login"
)]
[
DateControlGuard
,
RunBatchGuard
]
public
async
Task
<
IHttpActionResult
>
Login
([
FromBody
]
dynamic
loginObj
)
{
try
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help