Client:PortalSettings:OAuth: fix token copy after generate

This commit is contained in:
Timofey Boyko 2024-08-15 16:42:02 +03:00
parent b89bea7123
commit b0677e705e

View File

@ -93,6 +93,7 @@ const GenerateDeveloperTokenDialog = ({
if (accessToken) {
setToken(accessToken);
copy(accessToken);
setDates({
created: getDate(created, i18nParam),
expires: getDate(expires, i18nParam),