stephenjude / filament-two-factor-authentication

Add two factor authentication (2FA) to Filament panels.
MIT License
34 stars 7 forks source link

Fixed some issues #5

Open batinmustu opened 1 month ago

batinmustu commented 1 month ago

The issues fixed are:

stephenjude commented 1 month ago

@batinmustu I have fixed the event issue, can you remove the commit for that checks for that from this PR.

SamueleMartini commented 1 month ago

@batinmustu I have fixed the event issue, can you remove the commit for that checks for that from this PR.

@stephenjude you fixed the error, but installing the package from composer the error is still there because the 0.0.5 tag does not contain the fix, it was put in a commit that still does not contain the fix. Could you please update the '0.0.6' tag to the latest commit so we can update the package to the fixed version via composer? I thank you in advance.

stephenjude commented 1 month ago

@SamueleMartini I have a tagged a release, run composer update to use the latest version.