Skip to content

Commit

Permalink
fix: fiori-form auth user/pass field selectors update (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniym authored and maximnaidenov committed Mar 13, 2019
1 parent d7a4589 commit ce9528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/profile.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ exports.config = {
},
'fiori-form': {
name: './authenticator/formAuthenticator',
userFieldSelector: '#USERNAME_FIELD input',
passFieldSelector: '#PASSWORD_FIELD input',
userFieldSelector: '#USERNAME_BLOCK input',
passFieldSelector: '#PASSWORD_BLOCK input',
logonButtonSelector: '#LOGIN_LINK'
},
'sapcloud-form': {
Expand Down

0 comments on commit ce9528b

Please sign in to comment.