Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole 2021-02-01 06:57:29 +01:00
parent b8340ddb59
commit c5d27f0148
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- OAuth is visible for LDAP users.
- If you set `FIREFLY_III_LAYOUT=v2`, Firefly III will show you the new layout on pages where it's available.
### Fixed
- [Issue 4045](https://github.com/firefly-iii/firefly-iii/issues/4045) Error message for "Amount Missing" doesn't have a look up value

View File

@ -76,7 +76,7 @@ return [
/*
* One Time Password View
*/
'view' => 'auth.mfa',
'view' => sprintf('%s.auth.mfa', env('FIREFLY_III_LAYOUT', 'v1')),
/*
* One Time Password error message