-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(auth): Auth updates #238
Conversation
4f4dbad
to
2c98342
Compare
@@ -136,11 +135,10 @@ export class Database implements IDbProvider { | |||
try { | |||
let result = false | |||
const cred = this.getCredentialsForGuid(guid) | |||
log.info(cred) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for removing this! 👍
BREAKING CHANGES: db schema changed to accept mps username
2c98342
to
c9fa298
Compare
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
==========================================
- Coverage 26.65% 26.65% -0.01%
==========================================
Files 52 53 +1
Lines 3429 3433 +4
Branches 653 652 -1
==========================================
+ Hits 914 915 +1
- Misses 2235 2238 +3
Partials 280 280
Continue to review full report at Codecov.
|
No description provided.