Bug: Show helper description for code in finish setup page (#532)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
);
|
||||
},
|
||||
message() {
|
||||
if (!this.$route.params.website_token) {
|
||||
if (!this.currentInbox.website_token) {
|
||||
return this.$t('INBOX_MGMT.FINISH.MESSAGE');
|
||||
}
|
||||
return this.$t('INBOX_MGMT.FINISH.WEBSITE_SUCCESS');
|
||||
|
||||
Reference in New Issue
Block a user