Visanduma / nova-two-factor

Laravel nova in-dashboard 2FA feature
56 stars 31 forks source link

Setting the guard when validating current password #34

Closed tiagoraposeiraff closed 1 year ago

tiagoraposeiraff commented 1 year ago

When the default guard is not the same as the nova guard, this validation would fail. This PR addresses that.

Issue reported here https://github.com/Visanduma/nova-two-factor/issues/33#issuecomment-1564705646

lahirulhr commented 1 year ago

Thank you for the update.