parent
30444e5f1a
commit
fd947407af
2 changed files with 4 additions and 5 deletions
|
@ -12,8 +12,8 @@ export default async (ctx: Koa.Context) => {
|
|||
ctx.set('Access-Control-Allow-Credentials', 'true');
|
||||
|
||||
const body = ctx.request.body as any;
|
||||
const username = body['username'] || body['x'];
|
||||
const password = body['password'] || body['y'];
|
||||
const username = body['username'];
|
||||
const password = body['password'];
|
||||
const token = body['token'];
|
||||
|
||||
if (typeof username != 'string') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue