Skip to content

Commit fd090e2

Browse files
committed
Show if token is permanent in ApiTokenModal
1 parent f9c4d88 commit fd090e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/modals/ApiTokenModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export function ApiTokenModal({
4141
{`The token is valid through ${token.expiresAt.toLocaleString()}.`}
4242
</p>
4343
) : null}
44+
Permanent: {token?.permanent}
4445
<Snippet symbol="" disableCopy={token === null}>
4546
{token?.value ?? 'No token available'}
4647
</Snippet>

0 commit comments

Comments
 (0)