[frontend] Code cleanup
This commit is contained in:
parent
5349346f52
commit
8b313c3598
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
@page "/login"
|
||||
@using System.Diagnostics.CodeAnalysis
|
||||
@using Iceshrimp.Frontend.Core.Miscellaneous
|
||||
@using Iceshrimp.Frontend.Core.Schemas
|
||||
@using Iceshrimp.Frontend.Core.Services
|
||||
|
@ -28,6 +29,7 @@
|
|||
|
||||
@code {
|
||||
[SupplyParameterFromQuery(Name = "rd")]
|
||||
[SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Local")]
|
||||
private string? Redirect { get; set; }
|
||||
|
||||
private string? Password { get; set; }
|
||||
|
|
Loading…
Add table
Reference in a new issue