Bug: Show helper description for code in finish setup page (#532)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Tim Lange
2020-02-22 14:27:04 +05:30
committed by GitHub
co-authored by Sojan Jose
parent 330bf87f08
commit 91f8b4a650
@@ -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');