Skip to content

Commit 8924dff

Browse files
author
gormanfletcher
committed
6641: Change /loginAs session createdWith value to 'login' to match /login
1 parent 2fb976c commit 8924dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routers/UsersRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export class UsersRouter extends ClassesRouter {
291291
const { sessionData, createSession } = RestWrite.createSession(req.config, {
292292
userId,
293293
createdWith: {
294-
action: 'create',
294+
action: 'login',
295295
authProvider: 'masterkey',
296296
},
297297
installationId: req.info.installationId,

0 commit comments

Comments
 (0)