Skip to content

Commit

Permalink
content: auth - add highlightLines
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 12, 2024
1 parent 3445897 commit 0016e0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/classnotes/expressjs/auth/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ Login:

![](/lp2/imgs/expressjs/auth/signin.png)

<CodePreview src="/codes/expressjs/invest-app-auth/public/signup.html" />
<CodePreview src="/codes/expressjs/invest-app-auth/public/signin.html" />

<CodePreview src="/codes/expressjs/invest-app-auth/public/js/signup.js" />
<CodePreview src="/codes/expressjs/invest-app-auth/public/js/signin.js" highlightLines="13,15-19" />

<CodePreview src="/codes/expressjs/invest-app-auth/public/js/services/api.js" highlightLines="5,30,49,71" />

Expand All @@ -159,6 +159,6 @@ Home:

![](/lp2/imgs/expressjs/auth/home-form.png)

<CodePreview src="/codes/expressjs/invest-app-auth/public/home.html" />
<CodePreview src="/codes/expressjs/invest-app-auth/public/home.html" highlightLines="39-56" />

<CodePreview src="/codes/expressjs/invest-app-auth/public/js/home.js" highlightLines="240,242" />
<CodePreview src="/codes/expressjs/invest-app-auth/public/js/home.js" highlightLines="240,242-252" />

0 comments on commit 0016e0d

Please sign in to comment.