From d434949964ea86723f7c1b27e8c8186726b9948a Mon Sep 17 00:00:00 2001 From: LaHiRu Date: Wed, 19 Jun 2024 12:47:06 +0530 Subject: [PATCH] readme fix --- README.md | 4 ++-- config/nova-two-factor.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56f1870..aaadcf2 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ return [ **/ 'reauthorize_urls' => [ - // 'nova/resources/users/new', - // 'nova/resources/users/*/edit', + // 'resources/users/new', + // 'resources/users/*/edit', ], /* timeout in minutes */ diff --git a/config/nova-two-factor.php b/config/nova-two-factor.php index d221d40..d331392 100644 --- a/config/nova-two-factor.php +++ b/config/nova-two-factor.php @@ -40,8 +40,8 @@ * you are allowed to use wildcards pattern for url matching **/ 'reauthorize_urls' => [ - // 'nova/resources/users/new', - // 'nova/resources/users/*/edit', + // 'resources/users/new', + // 'resources/users/*/edit', ], /* timeout in minutes */