Skip to content

Commit

Permalink
Fixed #1871
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Sep 6, 2023
1 parent e10555f commit cb489b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [Next Version - available as `edge`]

- Fixed: Malformatted SSH issue [Issue-1863](https://github.com/caprover/caprover/issues/1863)
- Fixed: Cannot save due to undefined property [Issue-1871](https://github.com/caprover/caprover/issues/1871)
- New/Experimental: Added a helper script for disabling the OTP
- Improved: Locking the nginx version to avoid unstable deployments and upgrades

Expand Down
2 changes: 2 additions & 0 deletions src/user/Authenticator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ class Authenticator {
captainSalt,
namespace
)
} else {
throw new Error('Salt is not set! Cannot create authenticator')
}
}

Expand Down

0 comments on commit cb489b2

Please sign in to comment.