Merge branch 'master' of github.com:Lissy93/dashy into FEATURE/basic-widget-support
This commit is contained in:
commit
0b868af5bb
21 changed files with 1338 additions and 870 deletions
|
|
@ -111,6 +111,7 @@ export default {
|
|||
{ label: this.$t('login.remember-me-hour'), time: 14400 * 1000 },
|
||||
{ label: this.$t('login.remember-me-day'), time: 86400 * 1000 },
|
||||
{ label: this.$t('login.remember-me-week'), time: 604800 * 1000 },
|
||||
{ label: this.$t('login.remember-me-long-time'), time: 604800 * 52 * 1000 },
|
||||
];
|
||||
},
|
||||
/* Translations for login response messages */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue