mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-02 09:44:40 +08:00
hide welcome-message on loadingscreen
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
39bddd1e3c
commit
2aa01dd863
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div ng-if="getListSizes().listsize_wout_deleted==0 && no_credentials_label.all" class="nopasswords" ng-hide="delete_time>0">
|
||||
<div ng-if="getListSizes().listsize_wout_deleted==0 && no_credentials_label.all && !show_spinner" class="nopasswords" ng-hide="delete_time>0">
|
||||
<b>{{'Hello there!' | translate}}</b><br>
|
||||
<div>{{'It does not seem that you have any passwords. Do you want to add one?' | translate}}</div>
|
||||
<div class="">
|
||||
|
|
Loading…
Add table
Reference in a new issue