Add:Authentication setting to show a custom message on login #2552

This commit is contained in:
advplyr 2024-01-26 17:08:23 -06:00
parent ae387ab397
commit 0b334cf957
5 changed files with 34 additions and 6 deletions

View file

@ -19,7 +19,7 @@
<div class="w-full p-1">
<ui-textarea-with-label v-model="newEpisode.subtitle" :label="$strings.LabelSubtitle" :rows="3" />
</div>
<div class="w-full p-1 default-style">
<div class="w-full p-1">
<ui-rich-text-editor :label="$strings.LabelDescription" v-model="newEpisode.description" />
</div>
</div>