1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-08-31 23:04:58 +00:00

get email from profile api

This commit is contained in:
Girish Ramakrishnan
2016-04-12 21:01:52 -07:00
parent 4bb22336f6
commit e05c7f116a
2 changed files with 26 additions and 3 deletions

View File

@@ -31,6 +31,6 @@ The e2e tests are located in the `test/` folder and require [nodejs](http://node
cd gogs-app/test
npm install
USERNAME=<cloudron username> EMAIL=<cloudron email> PASSWORD=<cloudron password> mocha --bail test.js
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js
```