Code improvements
This commit is contained in:
@@ -23,7 +23,7 @@ use Illuminate\Http\Request;
|
||||
class EmailVerificationController extends CommonController
|
||||
{
|
||||
public function verifyEmailForm(Request $request) {
|
||||
$inertiaProvider = new InertiaProvider('UserManagement/VerifyEmail', ['appName' => app('tenant')->name]);
|
||||
$inertiaProvider = new InertiaProvider('UserManagement/VerifyEmail', ['appName' => currentTenant()->name]);
|
||||
return $inertiaProvider->render();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user