Implemented proper mobile sidebar. Fixed mobile view of api key page. Removed unused exception
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
namespace Moonlight.ApiServer.Exceptions;
|
||||
|
||||
public class MissingPermissionException : Exception
|
||||
{
|
||||
public string Permission { get; set; }
|
||||
|
||||
public MissingPermissionException(string permission)
|
||||
{
|
||||
Permission = permission;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user