You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/cwt_token.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,6 @@ fn should_verify_token() {
311
311
let token_hex = "d18443a10105a05835a60172636f6170733a2f2f61732e6578616d706c65026764616a69616a690743313233041a6296121f051a6296040f061a6296040f58206b310798de7f6b2aeff832344c2ea37674807b72a8a2cc263f1d31b1eb86139b";
312
312
let token = Hex::decode_to_vec(token_hex,None).unwrap();
0 commit comments