Profil: Logout after password change

This commit is contained in:
Andre Beging
2022-05-30 11:17:47 +02:00
parent 607fab1d04
commit e9f0bcc993
3 changed files with 19 additions and 4 deletions

View File

@@ -47,6 +47,11 @@ namespace FoodsharingSiegen.Server.BaseClasses
/// Gets or sets the value of the message (ab)
/// </summary>
[Inject] protected IMessageService? Message { get; set; }
/// <summary>
/// Gets or sets the value of the navigation manager (ab)
/// </summary>
[Inject] protected NavigationManager? NavigationManager { get; set; }
#endregion