- A username for Authentik will be generated based on your email. Contact support if a username isn't available.
+ A username for Authentik will be generated based on your email. Contact support if a username isn't available.
diff --git a/app/layout.tsx b/app/layout.tsx
index d3a7093..a7de09b 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -16,9 +16,9 @@ export default function RootLayout({
}) {
return (
-
- {children}
-
+
+ {children}
+
)
}
\ No newline at end of file
diff --git a/components/cards/dashboard/Settings/ChangePassword.tsx b/components/cards/dashboard/Settings/ChangePassword.tsx
index 8290b1a..26e506f 100644
--- a/components/cards/dashboard/Settings/ChangePassword.tsx
+++ b/components/cards/dashboard/Settings/ChangePassword.tsx
@@ -1,11 +1,11 @@
-"use client";
+"use client"
-import { useState } from "react";
-import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card";
-import { Input } from "@/components/ui/input";
-import { Button } from "@/components/ui/button";
-import { Label } from "@/components/ui/label";
-import Link from "next/link";
+import React, { useState } from "react"
+import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "@/components/ui/card"
+import { Input } from "@/components/ui/input"
+import { Button } from "@/components/ui/button"
+import { Label } from "@/components/ui/label"
+import { Mail, Key, Loader } from "lucide-react"
export function ChangePassword() {
const [newPassword, setNewPassword] = useState("");
@@ -46,8 +46,9 @@ export function ChangePassword() {
return (
- Change Email Password
- Please note, this will NOT change your Authentik password. You can change that here.
+ Change Email Password
+ Please note, this will NOT change your Authentik password.
+ {/* TODO: please tell me you added password resets to authentik by now */}