mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lnbits paid articles added
This commit is contained in:
@@ -47,6 +47,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation
|
||||
'node_id' => $input['node_id'],
|
||||
'email' => $input['email'],
|
||||
'timezone' => $input['timezone'],
|
||||
'lnbits' => $user->lnbits ?? [],
|
||||
])
|
||||
->save();
|
||||
}
|
||||
@@ -68,6 +69,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation
|
||||
'email' => $input['email'],
|
||||
'timezone' => $input['timezone'],
|
||||
'email_verified_at' => null,
|
||||
'lnbits' => $user->lnbits ?? [],
|
||||
])
|
||||
->save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user