Specifically redirect the managed cloudron user to the cc setup

This commit is contained in:
Johannes Zellner
2017-06-08 11:07:05 +02:00
parent 3c318a72f7
commit 4c5bd2d318

View File

@@ -291,7 +291,7 @@
<div class="card" style="margin-bottom: 15px;" ng-show="config.provider === 'caas'">
<div class="row">
<div class="col-xs-12 text-right">
<a href="{{ config.webServerOrigin }}/console.html#/userprofile" target="_blank">Change payment method</a>
<a href="{{ config.webServerOrigin }}/console.html#/userprofile?view=credit_card" target="_blank">Change payment method</a>
or
<a href="{{ config.webServerOrigin }}/console.html" target="_blank">Cancel this Cloudron</a>
</div>