chrisreedio / socialment

Socialite OAuth Support for Filament
MIT License
73 stars 10 forks source link

Migration to allow nullable passwords for users #28

Closed chrisreedio closed 8 months ago

chrisreedio commented 8 months ago

This PR adds a migration that modifies the user's password field to allow nullable passwords.

This prevents the developer user from having to edit their initial user migration or create a new one on their own.