mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -74,7 +74,7 @@ class NewUserController extends Controller
|
||||
return redirect(route('index'));
|
||||
}
|
||||
|
||||
return view('new-user.index', compact('languages'));
|
||||
return prefixView('new-user.index', compact('languages'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user