Skip to content

Commit

Permalink
Set type: shell on login endpoint (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv authored Oct 5, 2023
1 parent b05685b commit 37b4fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/cloud-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export default class CloudLoginCommand extends Command {
body: JSON.stringify({
email,
password,
type: "shell",
session: "Fauna Shell - " + hostname(),
...(otp && { otp }),
}),
Expand Down

0 comments on commit 37b4fa5

Please sign in to comment.