Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. credentialFields: {
  2. userName: {
  3. type: 'text',
  4. label: 'User Name'
  5. },
  6. password: {
  7. type: 'password',
  8. label: 'Password'
  9. },
  10. domain: {
  11. type: 'text',
  12. label: 'Domain'
  13. },
  14. projectName: {
  15. type: 'text',
  16. label: 'Project Name'
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement