Commit b0e2b2a9 authored by Koolapong Kongpitak's avatar Koolapong Kongpitak
Browse files

remove guard at login

Showing with 0 additions and 1 deletion
+0 -1
......@@ -48,7 +48,6 @@ namespace SYS_Core.Controllers
#region auth
[HttpPost, Route("Login")]
[DateControlGuard, RunBatchGuard]
public async Task<IHttpActionResult> Login([FromBody] dynamic loginObj)
{
try
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment