fixed user registration issue
This commit is contained in:
parent
908d877cfb
commit
f5664ce84b
9 changed files with 203 additions and 30 deletions
|
|
@ -33,6 +33,7 @@ class RegisterUser extends Component
|
|||
|
||||
public function render()
|
||||
{
|
||||
return view('pages.auth.register');
|
||||
return view('pages.auth.register')
|
||||
->layout('components.layouts.auth');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue