119602: Move to control-flow syntax

This commit is contained in:
Andreas Awouters
2025-03-21 13:57:50 +01:00
parent 94dd8e7206
commit 99c5506d7d

View File

@@ -87,8 +87,10 @@
</form> </form>
<div *ngIf="(isAuthenticated | async) === false && (cookieIsAccepted | async) === false" class="mt-2"> @if ((isAuthenticated | async) === false && (cookieIsAccepted | async) === false) {
<div class="mt-2">
<ds-alert [type]="AlertType.Warning">{{ 'info.accessibility-settings.cookie-warning' | translate }}</ds-alert> <ds-alert [type]="AlertType.Warning">{{ 'info.accessibility-settings.cookie-warning' | translate }}</ds-alert>
</div> </div>
}
</div> </div>