Wizard: add satellite registration, add jwt-decode

The jwt decode dependency helps us to keep track of the token that is
present in the Satellite command. jwt-decode is the most popular
dependency for the job, and very easy to use.
This commit is contained in:
Anna Vítová 2025-03-05 09:55:17 +01:00 committed by Klara Simickova
parent ecce7c3b1e
commit f34531667a

View file

@ -5,6 +5,10 @@ import { jwtDecode } from 'jwt-decode';
import { isValidPEM } from './certificates';
import { jwtDecode } from 'jwt-decode';
import { isValidPEM } from './certificates';
import { UNIQUE_VALIDATION_DELAY } from '../../../constants';
import { useLazyGetBlueprintsQuery } from '../../../store/backendApi';
import { useAppSelector } from '../../../store/hooks';