frontend: change token_handoff
to token_redeem
This commit is contained in:
parent
86b83e400e
commit
00a90e9d5a
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@
|
||||||
|
|
||||||
if (routeInfo.length >= 2) {
|
if (routeInfo.length >= 2) {
|
||||||
switch (routeInfo[0]) {
|
switch (routeInfo[0]) {
|
||||||
case "token_handoff": {
|
case "token_redeem": {
|
||||||
view = { type: "REDEEM_TOKEN_CONFIRM_PROMPT", token: routeInfo[1] };
|
view = { type: "REDEEM_TOKEN_CONFIRM_PROMPT", token: routeInfo[1] };
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue