flutter linting
This commit is contained in:
@@ -17,6 +17,7 @@ class JwtUtils {
|
||||
var payload = utf8.decode(base64Url.decode(parts[1]));
|
||||
return jsonDecode(payload);
|
||||
} catch (error) {
|
||||
// ignore: avoid_print
|
||||
print("ERROR: JwtUtils.decodeJwt: $error");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user