mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
This commit is contained in:
@@ -65,6 +65,7 @@ Route::get('/lnurl-auth-callback', function (\Illuminate\Http\Request $request)
|
||||
'public_key' => $request->key,
|
||||
'is_lecturer' => true,
|
||||
'name' => $request->key,
|
||||
'email' => str($request->key)->substr(-12).'@portal.einundzwanzig.space'
|
||||
]);
|
||||
$user->ownedTeams()
|
||||
->save(Team::forceCreate([
|
||||
|
||||
Reference in New Issue
Block a user