Misspelled 'email'
This commit is contained in:
@@ -47,7 +47,7 @@ class SignupController extends Controller
|
|||||||
return View::make('signup')
|
return View::make('signup')
|
||||||
->withCode($invite->code)
|
->withCode($invite->code)
|
||||||
->withUsername(Binput::old('username'))
|
->withUsername(Binput::old('username'))
|
||||||
->withEmail(Binput::old('emai', $invite->email));
|
->withEmail(Binput::old('email', $invite->email));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user