mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Fix org auth URL
This commit is contained in:
parent
136faac349
commit
ae320babb4
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user