Skip to content

Commit

Permalink
exposes
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 16, 2023
1 parent 976053e commit bba2086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"wowjs": "^1.1.3",
"jarallax": "^1.12.8"
},
"exposes": [
"@windwalker-io/srp"
],
"link": "assets/"
}
},
Expand Down
3 changes: 1 addition & 2 deletions src/Module/Front/Auth/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ public function register(

$rememberData = $user;
unset($rememberData['password'], $rememberData['password2']);
show($app->input());
exit(' @Checkpoint');

$app->getState()->remember('reg.data', $rememberData);

/** @var User $user */
Expand Down
17 changes: 0 additions & 17 deletions src/User/UserCaster.php

This file was deleted.

0 comments on commit bba2086

Please sign in to comment.