Fix org auth URL

This commit is contained in:
Travis Ralston 2021-12-06 15:43:04 -07:00
parent 136faac349
commit ae320babb4

View File

@ -26,7 +26,7 @@
<p> <p>
{{'Almost there! Just need to add the bot to your organizations now.' | translate}} {{'Almost there! Just need to add the bot to your organizations now.' | translate}}
</p> </p>
<a [href]="authUrl" rel="noopener" target="_blank" class="btn btn-lg btn-link"> <a [href]="orgAuthUrl" rel="noopener" target="_blank" class="btn btn-lg btn-link">
<img src="/assets/img/avatars/github.png" width="35" /> {{'Add to GitHub' | translate}} <img src="/assets/img/avatars/github.png" width="35" /> {{'Add to GitHub' | translate}}
</a> </a>
</div> </div>