Fede Amigone
Results
2
issues of
Fede Amigone
The official codeMirror documentation mentions that it is possible to implement error marking with lint. https://codemirror.net/5/demo/lint.html
In the user table, email column is empty, the rest it's fine. This is my web.php configuration: ``` php 'facebook' => [ 'class' => 'yii\authclient\clients\Facebook', 'authUrl' => 'https://www.facebook.com/dialog/oauth?display=popup', 'clientId' =>...