This commit is contained in:
Maxime Renou
2020-05-12 16:59:38 +02:00
parent a965ace522
commit 15ff1dbb25

View File

@@ -47,6 +47,8 @@ Add the "Sign in with Bluesquare Connect" button in your blade login page:
<x-connect-button/>
```
Make sure that your `password` is nullable.
#### Keep user tokens (optional)
First, make sure that your model implements `HasConnectTokens` trait.