Key upload and sending verification email works
This commit is contained in:
@@ -46,6 +46,7 @@ class HKP {
|
||||
}
|
||||
let origin = util.getOrigin(ctx);
|
||||
yield this._publicKey.put({ publicKeyArmored, origin });
|
||||
ctx.status = 201;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -47,6 +47,7 @@ class REST {
|
||||
}
|
||||
let origin = util.getOrigin(ctx);
|
||||
yield this._publicKey({ publicKeyArmored, primaryEmail, origin });
|
||||
ctx.status = 201;
|
||||
}
|
||||
|
||||
*verify(ctx) {
|
||||
|
||||
Reference in New Issue
Block a user