From 3d80e706beb085777796c0957a4c0e91ad5d5ea2 Mon Sep 17 00:00:00 2001 From: pommee Date: Tue, 17 Jun 2025 21:22:10 +0200 Subject: [PATCH] fix: hint that you will be logged out once password is changed --- client/src/pages/settings.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/pages/settings.tsx b/client/src/pages/settings.tsx index 60f0b7e..8ce5eed 100644 --- a/client/src/pages/settings.tsx +++ b/client/src/pages/settings.tsx @@ -15,7 +15,7 @@ import { import { Input } from "@/components/ui/input"; import { Switch } from "@/components/ui/switch"; import { getApiBaseUrl, GetRequest, PostRequest, PutRequest } from "@/util"; -import { UploadIcon, WarningIcon, DownloadIcon } from "@phosphor-icons/react"; +import { DownloadIcon, UploadIcon, WarningIcon } from "@phosphor-icons/react"; import { useEffect, useRef, useState } from "react"; import { useNavigate } from "react-router-dom"; import { toast } from "sonner"; @@ -606,6 +606,9 @@ export function Settings() { Enter your current password and a new password below. +

+ You will be logged out once the password has been updated. +