Skip to content

Commit

Permalink
making copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 12, 2024
1 parent 537946b commit 924d2ed
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions content/docs/authentication-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ The Password Reset Page. Visit this page at **/auth/password/ReAlLyLoNgToKeNhErE

## Two-Factor Challenge

The Password Confirmation Page. Visit this page at **/auth/two-factor-challenge**
The Two-Factor Authentication Challenge Page. Visit this page at **/auth/two-factor-challenge**

<include src="docs/auth-page-image.html" page="two-factor"></include><div class="p-5 rounded-b-lg border text-zinc-300 bg-zinc-900 border-zinc-700">If you are using 2FA and the user has enabled 2FA for their account, this is the page they will see after attempting to log in. Learn more about <a href="{ url('/docs/config/two-factor-auth') }">Two-Factor Authentication here</a>.</div>

---

Next, lets dive into customizations and confiruations you can add to your authentication pages.
Next, lets dive into the customizations you can implement in your authentication pages.
4 changes: 2 additions & 2 deletions content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ prevURL: null
home: true
---

DevDojo Auth is an open-source <a href="https://packagist.org/packages/devdojo/auth" target="_blank">composer package</a> that makes adding authentication to your Laravel app a breeze. Just drop it in, and you're ready to go!
DevDojo Auth is an open-source <a href="https://packagist.org/packages/devdojo/auth" target="_blank">composer package</a> that adds customizable authentication screens to your Laravel application. Just drop it in, and you're ready to go!

## Quick Start

After [installation](/docs/install), visit **/auth/setup** to customize and modify your authentication.
After [installation](/docs/install), visit **/auth/setup** to customize your authentication appearance and functionality.

<img src="{ url('/assets/images/setup-screen-bg.jpg') }" class="w-full h-auto rounded-md" />

Expand Down
2 changes: 1 addition & 1 deletion content/docs/setup-customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ setup: true

## The Setup Page

DevDojo Auth comes with a simple Setup page to help you customize and configure your authentication.
DevDojo Auth comes with a simple Setup page to help you customize your authentication.

<img src="{ url('/assets/images/setup-screen.jpg') }" class="w-full h-auto rounded-md" />

Expand Down
Loading

0 comments on commit 924d2ed

Please sign in to comment.