Merge branch 'main' into feat/299_plz
This commit is contained in:
commit
c8d7dd3e55
36 changed files with 250 additions and 187 deletions
|
|
@ -89,7 +89,7 @@ defmodule MvWeb.ProfileNavigationTest do
|
|||
|
||||
user =
|
||||
Mv.Accounts.User
|
||||
|> Ash.Changeset.for_create(:register_with_rauthy, %{
|
||||
|> Ash.Changeset.for_create(:register_with_oidc, %{
|
||||
user_info: user_info,
|
||||
oauth_tokens: oauth_tokens
|
||||
})
|
||||
|
|
@ -140,7 +140,7 @@ defmodule MvWeb.ProfileNavigationTest do
|
|||
|
||||
oidc_user =
|
||||
Mv.Accounts.User
|
||||
|> Ash.Changeset.for_create(:register_with_rauthy, %{
|
||||
|> Ash.Changeset.for_create(:register_with_oidc, %{
|
||||
user_info: user_info,
|
||||
oauth_tokens: oauth_tokens
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue