laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.97k stars 822 forks source link

QR image wrong #743

Closed yashiroiori closed 3 years ago

yashiroiori commented 3 years ago

Description:

Into profile page when enable Two Factor Authentication the QR code it's bad render and the same case it's only use Fortify

image

driesvints commented 3 years ago

Works fine for me:

Screenshot 2021-04-02 at 11 56 38

yashiroiori commented 3 years ago

Finally found the problem

The line 31 with: setlocale(LC_ALL,"es_ES@euro","es_ES","esp"); return QR code wrong, when comment that line work fine

But why setlocale make that problem with QR code?? image