this was not supposed to be in prod

This commit is contained in:
Lea 2024-01-22 12:43:47 +01:00
parent 9ee1f0bcbc
commit 504c3c055b
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -95,7 +95,6 @@ export default function OwnCredentialsCard() {
await changeOwnPassword(newPassword); await changeOwnPassword(newPassword);
toast({ toast({
title: "Password changed", title: "Password changed",
description: "balls",
variant: 'success', variant: 'success',
}); });
} catch (e) { } catch (e) {