diff --git a/src/app/settings/page.tsx b/src/app/settings/page.tsx
index ef9feff..1939c4a 100644
--- a/src/app/settings/page.tsx
+++ b/src/app/settings/page.tsx
@@ -151,9 +151,9 @@ function PaperlessToken({
- You can create (or re-create) an API token by opening the "My
- Profile" link in the user dropdown found in the web UI and
- clicking the circular arrow button.
+ You can create (or re-create) an API token by opening the
+ "My Profile" link in the user dropdown found in the
+ web UI and clicking the circular arrow button.
)}
@@ -164,13 +164,6 @@ function PaperlessToken({
);
}
-function Done() {
- setTimeout(function () {
- redirect("/");
- }, 3000);
- return <>All done! Redirecting home..>;
-}
-
interface ProgressIndicatorProps {
activeTab: number;
totalTabs: number;
@@ -203,7 +196,6 @@ export default function SettingsPage() {
const formElements = [
,
,
- ,
];
return (
<>