@@ -55,7 +55,7 @@ |
||
55 | 55 | * @author LAHAXE Arnaud |
56 | 56 | * |
57 | 57 | * |
58 | - * @return mixed |
|
58 | + * @return \Illuminate\Http\RedirectResponse |
|
59 | 59 | */ |
60 | 60 | public function register(Request $request) |
61 | 61 | { |
@@ -87,7 +87,7 @@ |
||
87 | 87 | */ |
88 | 88 | public function authData() |
89 | 89 | { |
90 | - if($this->u2f->check()) { |
|
90 | + if ($this->u2f->check()) { |
|
91 | 91 | |
92 | 92 | return $this->redirectAfterSuccessAuth(); |
93 | 93 | } |