Username hashing
This commit is contained in:
parent
27d44a746c
commit
8ed13b2247
15 changed files with 255 additions and 69 deletions
|
@ -25,7 +25,7 @@ import { ReserveUsernameError } from '../../../types/Username';
|
|||
const DEFAULT_RESERVATION = {
|
||||
username: 'abc.12',
|
||||
previousUsername: undefined,
|
||||
reservationToken: 'def',
|
||||
hash: new Uint8Array(),
|
||||
};
|
||||
|
||||
describe('electron/state/ducks/username', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue