mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add token access to user
This commit is contained in:
@@ -185,18 +185,6 @@ export const ProfileForm = () => {
|
||||
</div>
|
||||
</form>
|
||||
</Form>
|
||||
<div className="flex flex-row gap-4 pt-10">
|
||||
<Input placeholder="Token" disabled value={data?.token || ""} />
|
||||
<Button
|
||||
type="button"
|
||||
isLoading={isLoadingToken}
|
||||
onClick={async () => {
|
||||
await generateToken();
|
||||
}}
|
||||
>
|
||||
Save
|
||||
</Button>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user