fix: typo in /wallet redirect (#3593)
This commit is contained in:
parent
5711b4b804
commit
1057b4693f
2 changed files with 2 additions and 2 deletions
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -31,7 +31,7 @@ const routes = [
|
||||||
path: '/wallet',
|
path: '/wallet',
|
||||||
redirect: to => {
|
redirect: to => {
|
||||||
const walletId = window.g?.lastActiveWallet || window.user?.wallets[0].id
|
const walletId = window.g?.lastActiveWallet || window.user?.wallets[0].id
|
||||||
return `/wallet/${to.query.val || walletId || 'default'}`
|
return `/wallet/${to.query.wal || walletId || 'default'}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue