Add Streamlabs Redirect Uri
This commit is contained in:
parent
a18806ecf3
commit
716c3f934b
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
||||||
:href="props.row.displayUrl"
|
:href="props.row.displayUrl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
></q-btn>
|
></q-btn>
|
||||||
|
<a :href="props.row.redirectUri">Redirect URI for Streamlabs</a>
|
||||||
</q-td>
|
</q-td>
|
||||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||||
{{ col.value }}
|
{{ col.value }}
|
||||||
|
|
@ -262,6 +263,7 @@
|
||||||
'YYYY-MM-DD HH:mm'
|
'YYYY-MM-DD HH:mm'
|
||||||
)
|
)
|
||||||
obj.fsat = new Intl.NumberFormat(LOCALE).format(obj.amount)
|
obj.fsat = new Intl.NumberFormat(LOCALE).format(obj.amount)
|
||||||
|
obj.redirectUri = ['/streamalerts/api/v1/authenticate/', obj.id].join('')
|
||||||
obj.authUrl = ['/streamalerts/api/v1/getaccess/', obj.id].join('')
|
obj.authUrl = ['/streamalerts/api/v1/getaccess/', obj.id].join('')
|
||||||
obj.displayUrl = ['/streamalerts/', obj.state].join('')
|
obj.displayUrl = ['/streamalerts/', obj.state].join('')
|
||||||
return obj
|
return obj
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue