Skip to content

Commit

Permalink
Update login form IDs for walkthroughs.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Apr 23, 2024
1 parent 0b62d61 commit 750eec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jQuery(($) => {
},
{
title: 'Username',
attachTo: { element: '#UserName', on: 'bottom' },
attachTo: { element: '#LoginForm_UserName', on: 'bottom' },
text: 'Provide your username. This recipe included a user. The username is <em>"testuser"</em>.', // #spell-check-ignore-line
buttons: [
backButton,
Expand All @@ -261,7 +261,7 @@ jQuery(($) => {
},
{
title: 'Password',
attachTo: { element: '#Password', on: 'bottom' },
attachTo: { element: '#LoginForm_Password', on: 'bottom' },
text: 'Provide your password. The password for the test user is <em>"Password1!"</em>.',
buttons: [
backButton,
Expand Down

0 comments on commit 750eec9

Please sign in to comment.