Fix #378: alert message not visible with dark theme when using external login.

This commit is contained in:
John Livingston
2024-05-03 12:11:07 +02:00
parent fa244824d3
commit a1991708f9
2 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export const tplExternalLoginModal = (el, o) => {
}
${!o.remote_peertube_try_anyway_url
? ''
: html`<div class="form-text">
: html`<div>
${
// eslint-disable-next-line no-undef
__(LOC_login_remote_peertube_video_not_found_try_anyway)