Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
update email certification contract
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 19, 2016
1 parent bf947c5 commit 042f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/modals/Verification/email-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import VerificationStore, {
} from './store';
import { postToServer } from '../../3rdparty/email-verification';

const EMAIL_VERIFICATION = 6; // id in the `BadgeReg.sol` contract
const EMAIL_VERIFICATION = 7; // id in the `BadgeReg.sol` contract

export default class EmailVerificationStore extends VerificationStore {
@observable email = '';
Expand Down

0 comments on commit 042f6bd

Please sign in to comment.