Browse Source
Allow SMTP that doesnt require authentication.
pull/401/head
NeuralMiner
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/notifications/SMTP.vue
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
|
|
|
<div class="mb-3"> |
|
|
|
<label for="password" class="form-label">{{ $t("Password") }}</label> |
|
|
|
<HiddenInput id="password" v-model="$parent.notification.smtpPassword" :required="true" autocomplete="one-time-code"></HiddenInput> |
|
|
|
<HiddenInput id="password" v-model="$parent.notification.smtpPassword" :required="false" autocomplete="one-time-code"></HiddenInput> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="mb-3"> |
|
|
|