Fix.
This commit is contained in:
parent
6c9b8ce394
commit
4476cd8887
@ -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'}
|
||||
/>
|
||||
${
|
||||
|
Loading…
x
Reference in New Issue
Block a user