mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix missing branch for timed out login token
This commit is contained in:
parent
a43a5892d6
commit
1b55611336
@ -165,7 +165,11 @@ const itemType = computed(() => {
|
||||
if (store.state.token && store.state.tokenTime) {
|
||||
if (tokenExpiresInSeconds.value < 5) {
|
||||
// console.log('TransactionLink.itemType... REDEEM_SELECT_COMMUNITY')
|
||||
return 'REDEEM_SELECT_COMMUNITY'
|
||||
if (CONFIG.CROSS_TX_REDEEM_LINK_ACTIVE) {
|
||||
return 'REDEEM_SELECT_COMMUNITY'
|
||||
} else {
|
||||
return 'LOGGED_OUT'
|
||||
}
|
||||
}
|
||||
}
|
||||
// console.log(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user