Remove dashboard logic to autologin into the appstore

This commit is contained in:
Johannes Zellner
2022-05-05 16:34:45 +02:00
parent d82fb78ba7
commit 9bffe9bd15
4 changed files with 12 additions and 29 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
{{ 'support.ticket.emailNotVerified' | tr:{ email: subscription.email } }}
<br/>
<center>
<a ng-href="{{ config.webServerOrigin + '/console.html#/userprofile?email=' + subscription.emailEncoded }}" target="_blank" class="btn btn-success">{{ 'support.ticket.emailVerifyAction' | tr }}</a>
<a ng-href="{{ config.consoleServerOrigin }}" target="_blank" class="btn btn-success">{{ 'support.ticket.emailVerifyAction' | tr }}</a>
</center>
</p>
</div>