This is in the `user.rb` https://github.com/workos/ruby-example-applications/blob/ec5fce454613e7cc26ab884783a5cbbcdae002eb/ruby-rails-sso-example/app/models/user.rb#L10 Shouldn't this be ```where(uid: profile.id).first_or_create do |user| ```