mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 18:30:55 -06:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
parent
b8340ddb59
commit
c5d27f0148
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user