mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 18:18:39 +00:00
Fix inconsistent tabbing
This commit is contained in:
parent
773b414a13
commit
6cf126d22d
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ public class SlotPageController : ControllerBase
|
|||
WebTokenEntity? token = this.database.WebTokenFromRequest(this.Request);
|
||||
if (token == null) return this.Redirect("~/login");
|
||||
|
||||
// Deny request if in read-only mode
|
||||
if (ServerConfiguration.Instance.UserGeneratedContentLimits.ReadOnlyMode) return this.Redirect("~/slot/" + id);
|
||||
// Deny request if in read-only mode
|
||||
if (ServerConfiguration.Instance.UserGeneratedContentLimits.ReadOnlyMode) return this.Redirect("~/slot/" + id);
|
||||
|
||||
if (msg == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue