Dummy Button Notifications
This commit is contained in:
@@ -11,14 +11,14 @@ namespace FoodsharingSiegen.Server.Pages
|
||||
public partial class Profile
|
||||
{
|
||||
#region Dependencies (Injected)
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the value of the user service (ab)
|
||||
/// </summary>
|
||||
[Inject] public UserService? UserService { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Properties
|
||||
|
||||
/// <summary>
|
||||
@@ -61,6 +61,30 @@ namespace FoodsharingSiegen.Server.Pages
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method ChangePassword
|
||||
|
||||
/// <summary>
|
||||
/// Changes the password (a. beging, 23.05.2022)
|
||||
/// </summary>
|
||||
private async Task ChangePassword()
|
||||
{
|
||||
await Notification?.Success("Die Funktion ist noch nicht fertig! :)")!;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method RemoveAccount
|
||||
|
||||
/// <summary>
|
||||
/// Removes the account (a. beging, 23.05.2022)
|
||||
/// </summary>
|
||||
private async Task RemoveAccount()
|
||||
{
|
||||
await Notification?.Success("Die Funktion ist noch nicht fertig! :)")!;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method SaveProfile
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user