1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

fix: controller title for email session

This commit is contained in:
Torsten Dittmann 2022-06-14 10:30:35 +02:00
parent 8d465c67c2
commit 1f91e5328a

View file

@ -133,7 +133,7 @@ App::post('/v1/account')
});
App::post('/v1/account/sessions/email')
->desc('Create Email Session')
->desc('Create Account Session with Email')
->groups(['api', 'account', 'auth'])
->label('event', 'users.[userId].sessions.[sessionId].create')
->label('scope', 'public')