Skip to content

Commit

Permalink
WC-7 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KD committed Jan 27, 2022
1 parent 0a9ceb0 commit d485c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Providers/AuthTemplatesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function boot()
Template::register(AccountConfirmed::class, EmailChannel::class, AccountConfirmedVariables::class);
Template::register(UserAddedToGroup::class, EmailChannel::class, UserAddedToGroupVariables::class);
Template::register(UserRemovedFromGroup::class, EmailChannel::class, UserRemovedFromGroupVariables::class);
//Template::register(ResetPassword::class, EmailChannel::class, ResetPasswordVariables::class);
Template::register(PasswordChanged::class, EmailChannel::class, PasswordChangedVariables::class);
Template::register(Login::class, EmailChannel::class, VerifyEmailVariables::class);
Template::register(AccountMustBeEnableByAdmin::class, EmailChannel::class, VerifyUserAccountVariables::class);
Expand Down

0 comments on commit d485c17

Please sign in to comment.