This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Check Email Service in production"

Merged Administrator requested to merge 395-fixing-mail-sending into development
Viewing commit 37fc63d9
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -22,7 +22,7 @@
{{ 'login.form.acceptTerms1' | translate }}
<a jhitranslate="login.form.acceptTerms" href="/datapolicy">{{ 'login.form.acceptTerms2' | translate }}</a>
</label>
<div class="alert alert-danger" *ngIf="contentEditable" jhiTranslate="login.messages.error.terms">
<div class="alert alert-danger" *ngIf="!contentEditable" jhiTranslate="login.messages.error.terms">
Please accept the datapolicy terms to be able to log in.
</div>
</div>