Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 21, 2020
1 parent 2184ea1 commit 446f022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/messager/messeger.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Package messager package using injected store.Engine to save and load messages.
// It does all encryption/decryption and hashing. Engine used as a dump storage only.
// Passed (from user) pin used as a part of encryption key for data and delegated to crypt.Crypt.
// Pin is not saved directly, but hashed with bcrypt.
// Pins not saved directly, but hashed with bcrypt.
package messager

import (
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 446f022

Please sign in to comment.