From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。

---
 HotelPms.Client.Blazor/Pages/Pages/Authentication/Forgot.razor |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/HotelPms.Client.Blazor/Pages/Pages/Authentication/Forgot.razor b/HotelPms.Client.Blazor/Pages/Pages/Authentication/Forgot.razor
new file mode 100644
index 0000000..a388971
--- /dev/null
+++ b/HotelPms.Client.Blazor/Pages/Pages/Authentication/Forgot.razor
@@ -0,0 +1,17 @@
+@page "/pages/authentication/forgot-password"
+@layout LoginLayout
+
+
+
+<MudText Typo="Typo.h4" GutterBottom="true">Forgot Password?</MudText>
+
+<MudText Typo="Typo.subtitle2">Enter the email address linked to your account and you will recieve an email containing a link to reset your password.</MudText>
+
+<MudTextField T="string" Label="E-mail" Variant="Variant.Outlined" Class="my-4"></MudTextField>
+
+<MudButton Variant="Variant.Filled" Color="MudBlazor.Color.Primary" Link="pages/authentication/reset-password" Size="Size.Large" FullWidth="true"  Class="mt-3">Reset Password</MudButton>
+
+
+@code {
+
+}

--
Gitblit v1.10.0