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:
parent
ecce7c3b1e
commit
f34531667a
1 changed files with 4 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue