Skip to content

Commit 7274c30

Browse files
maxmimaxmi
authored andcommitted
Redirect To Account Home In Zendesk
1 parent f0bbef3 commit 7274c30

File tree

1 file changed

+3
-1
lines changed
  • src/app/code/community/Zendesk/Zendesk/Helper

1 file changed

+3
-1
lines changed

src/app/code/community/Zendesk/Zendesk/Helper/Data.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ public function getZendeskUnauthUrl()
120120
{
121121
$protocol = 'https://';
122122
$domain = $this->getZendeskDomain();
123-
$route = '/access/unauthenticated';
123+
//Zendesk will automatically redirect to login if user is not logged in
124+
//previous URL followed to login page even if user has already logged in
125+
$route = '/home';
124126

125127
return $protocol . $domain . $route;
126128
}

0 commit comments

Comments
 (0)