Key upload and sending verification email works

This commit is contained in:
Tankred Hase
2016-05-29 18:59:14 +02:00
parent 3a6842c296
commit e2695aecc7
8 changed files with 43 additions and 12 deletions

View File

@@ -47,6 +47,7 @@ class REST {
}
let origin = util.getOrigin(ctx);
yield this._publicKey({ publicKeyArmored, primaryEmail, origin });
ctx.status = 201;
}
*verify(ctx) {