mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
UI: Show day of month instead of day of year in the expiration warning dialog (#11984)
* Show day of month instead of day of year in expiration warning dialog * Adding changelog
This commit is contained in:
3
changelog/11984.txt
Normal file
3
changelog/11984.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
ui: Show day of month instead of day of year in the expiration warning dialog
|
||||||
|
```
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<li class="action">
|
<li class="action">
|
||||||
<AlertBanner @type="warning" @message="We've stopped auto-renewing your token due to inactivity.
|
<AlertBanner @type="warning" @message="We've stopped auto-renewing your token due to inactivity.
|
||||||
It will expire in {{date-from-now this.auth.tokenExpirationDate interval=1000 hideSuffix=true}}.
|
It will expire in {{date-from-now this.auth.tokenExpirationDate interval=1000 hideSuffix=true}}.
|
||||||
On {{date-format this.auth.tokenExpirationDate 'MMMM Do yyyy, h:mm:ss a'}}" />
|
On {{date-format this.auth.tokenExpirationDate 'MMMM do yyyy, h:mm:ss a'}}" />
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<li class="action">
|
<li class="action">
|
||||||
|
|||||||
Reference in New Issue
Block a user