Auth / Author Flow Hardening and Client Separation #1

Merged
aetos merged 4 commits from jwt into main 2025-12-13 13:15:21 +00:00
Showing only changes of commit 8fe75b161b - Show all commits

View File

@@ -133,6 +133,7 @@ export default function Profile({
label="Username"
name="username"
margin="normal"
disabled={true}
value={formData.username}
onChange={handleChange}
/>