frontend: change token_handoff to token_redeem

This commit is contained in:
hippoz 2022-02-16 14:06:29 +02:00
parent 86b83e400e
commit 00a90e9d5a
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -188,7 +188,7 @@
if (routeInfo.length >= 2) {
switch (routeInfo[0]) {
case "token_handoff": {
case "token_redeem": {
view = { type: "REDEEM_TOKEN_CONFIRM_PROMPT", token: routeInfo[1] };
break;
}