Skip to content

Commit

Permalink
Remove temp register emial for login event (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert Krzysztofiak <[email protected]>
  • Loading branch information
HerbertIV and Hubert Krzysztofiak authored May 18, 2022
1 parent 85171f0 commit b178c62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
23 changes: 0 additions & 23 deletions src/Auth/LoginVariables.php

This file was deleted.

2 changes: 0 additions & 2 deletions src/Providers/AuthTemplatesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use EscolaLms\Auth\Events\AccountMustBeEnableByAdmin;
use EscolaLms\Auth\Events\AccountRegistered;
use EscolaLms\Auth\Events\ForgotPassword;
use EscolaLms\Auth\Events\Login;
use EscolaLms\Auth\Events\PasswordChanged;
use EscolaLms\Auth\Events\UserAddedToGroup;
use EscolaLms\Auth\Events\UserRemovedFromGroup;
Expand Down Expand Up @@ -34,7 +33,6 @@ public function boot()
Template::register(UserAddedToGroup::class, EmailChannel::class, UserAddedToGroupVariables::class);
Template::register(UserRemovedFromGroup::class, EmailChannel::class, UserRemovedFromGroupVariables::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);
Template::register(ForgotPassword::class, EmailChannel::class, ResetPasswordVariables::class);
Template::register(AccountRegistered::class, EmailChannel::class, VerifyEmailVariables::class);
Expand Down

0 comments on commit b178c62

Please sign in to comment.