mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
allow user to create an access token to access stf api from user settings tab.
This commit is contained in:
parent
ddc24e5dc5
commit
62413b3780
21 changed files with 263 additions and 65 deletions
3
res/app/components/stf/tokens/index.js
Normal file
3
res/app/components/stf/tokens/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = angular.module('stf.tokens', [
|
||||
require('./generate-access-token').name,
|
||||
])
|
Loading…
Add table
Add a link
Reference in a new issue