mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-03 10:20:46 +00:00
Update AppRegisterController.php
This commit is contained in:
parent
ee01e073ef
commit
5d2afd2c7c
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class AppRegisterController extends Controller
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'status' => 'success',
|
'status' => 'success',
|
||||||
'auth_token' => $user->createToken('Pixelfed App')->plainTextToken,
|
'auth_token' => $user->createToken('Pixelfed App')->accessToken,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue