added user status and prediction user
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
|
||||
<ng-container [ngSwitch]="route">
|
||||
<p *ngSwitchCase="'/'">Please log in for further access. If you do not have an account yet, please contact
|
||||
<a [href]="'mailto:' + d.contact">{{d.contact}}</a>.
|
||||
<a [href]="'mailto:' + d.contact.mail">{{d.contact.name}}</a>.
|
||||
</p>
|
||||
<p *ngSwitchCase="'/home'">Please log in for further access. If you do not have an account yet, please contact
|
||||
<a [href]="'mailto:' + d.contact">{{d.contact}}</a>.
|
||||
<a [href]="'mailto:' + d.contact.mail">{{d.contact.name}}</a>.
|
||||
</p>
|
||||
<p *ngSwitchDefault>
|
||||
Sadly, currently there is no help available for this page. Please contact
|
||||
<a [href]="'mailto:' + d.contact">{{d.contact}}</a> for further questions.
|
||||
<a [href]="'mailto:' + d.contact.mail">{{d.contact.name}}</a> for further questions.
|
||||
</p>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user