This commit is contained in:
John Livingston 2024-04-09 17:13:10 +02:00
parent 6c9b8ce394
commit 4476cd8887
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -16,6 +16,7 @@ export const tplExternalLoginModal = (el, o) => {
placeholder="${i18nRemotePeertubeUrl}"
class="form-control ${o.remote_peertube_alert_message ? 'is-invalid' : ''}"
name="peertube_url"
@keyup=${el.onKeyUp}
?disabled=${o.remote_peertube_state === 'loading'}
/>
</label>
@ -23,7 +24,6 @@ export const tplExternalLoginModal = (el, o) => {
type="submit"
class="btn btn-primary"
value="${i18nRemotePeertubeOpen}"
@keyup=${el.onKeyUp}
?disabled=${o.remote_peertube_state === 'loading'}
/>
${