mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 21:51:13 -07:00
Small changes
This commit is contained in:
parent
2f5db03815
commit
93c5cf6eb6
8 changed files with 16 additions and 25 deletions
|
@ -59,7 +59,7 @@ namespace PlexRequests.UI.Modules
|
|||
var username = Request.Form.username;
|
||||
|
||||
// Add to the session
|
||||
Request.Session[SessionKeys.UsernameKey] = username;
|
||||
Session[SessionKeys.UsernameKey] = username;
|
||||
|
||||
return Response.AsJson(new { Result = true });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue