[frontend] Code cleanup

This commit is contained in:
Laura Hausmann 2024-10-24 22:51:15 +02:00
parent 5349346f52
commit 8b313c3598
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -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; }