Fix client directive on admin settings page and install nodemailer
Some checks failed
Staging Build / build (push) Failing after 28s

This commit is contained in:
DanielS
2026-06-23 00:23:47 +02:00
parent 4402d4ec64
commit e97ff51dc8
3 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
"use client";
// Admin Settings page view & edit SMTP configuration and send test email
import { useEffect, useState } from 'react';
import { useRouter } from 'next/navigation';