mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 06:05:43 +00:00 
			
		
		
		
	fix: fix password reset message translations
This commit is contained in:
		| @@ -17,7 +17,7 @@ export const ForgotPasswordPage = () => { | ||||
|       <CardHeader> | ||||
|         <CardTitle className="text-3xl">{t("forgotPasswordTitle")}</CardTitle> | ||||
|         <CardDescription> | ||||
|           <Markdown>{forgotPasswordMessage}</Markdown> | ||||
|           <Markdown>{forgotPasswordMessage !== "" ? forgotPasswordMessage : t('forgotPasswordMessage')}</Markdown> | ||||
|         </CardDescription> | ||||
|       </CardHeader> | ||||
|     </Card> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stavros
					Stavros