scheb / 2fa

Two-factor authentication for Symfony applications 🔐
MIT License
495 stars 72 forks source link

Delete extra colon #166

Closed CyrilBochet closed 1 year ago

CyrilBochet commented 1 year ago

Description I deleted the extra colon in the code block of the documentation of SchebTwoFactorBundle (step 3 - config/routes/scheb_2fa.yaml ).

scheb commented 1 year ago

Which Symfony version are you using?

To my knowledge the double-colon syntax is what Symfony 6 requires and it's compatible to Symfony 5.4. That's why it's like this in the docs.

CyrilBochet commented 1 year ago

Indeed, my IDE misled me. I'm closing this.