-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the email value, '', into "#{SecureRandom.uuid}@example.com"
- `"#{provider}-#{uid}@example.com"` breaks backward compatibility because in wiki it says `create_from_provider(provider)`: it doesn't pass uid. - `@example.com` makes it easy to check which email is valid or not
- Loading branch information
1 parent
ff5c128
commit 25ee480
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters