enableJWT method
void
enableJWT()
Enables JWT if the app 'renovation_core' is installed
Implementation
void enableJWT() {
getFrappe().checkAppInstalled(features: ['Login using JWT']);
_useJwt = true;
}
Enables JWT if the app 'renovation_core' is installed
void enableJWT() {
getFrappe().checkAppInstalled(features: ['Login using JWT']);
_useJwt = true;
}