mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-10 14:44:26 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user