mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Remove random slack_uid generation
This commit is contained in:
parent
40717fbc0c
commit
e067ecdaf4
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ class SessionsController < ApplicationController
|
|||
# New user - create account and send sign in link
|
||||
user = User.create!(
|
||||
username: email.split("@").first,
|
||||
slack_uid: SecureRandom.uuid # Generate a unique ID for email users
|
||||
)
|
||||
|
||||
email_address = user.email_addresses.create!(email: email)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue