aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-08-24 00:22:54 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-08-24 00:22:54 +0200
commit7f229959d64b7a932f32753e3838d87a819a9192 (patch)
tree673a22fe3e40f3540e8bb8077acb1853fa4ce167 /src
parentd3a293697997e406ba2a4e87ea867d7393b27164 (diff)
downloadit-tools-7f229959d64b7a932f32753e3838d87a819a9192.tar.gz
it-tools-7f229959d64b7a932f32753e3838d87a819a9192.tar.zst
it-tools-7f229959d64b7a932f32753e3838d87a819a9192.zip
refactor(otp-generator): changed url
Diffstat (limited to 'src')
-rw-r--r--src/tools/otp-code-generator-and-validator/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/otp-code-generator-and-validator/index.ts b/src/tools/otp-code-generator-and-validator/index.ts
index 6ce2d3f..914368b 100644
--- a/src/tools/otp-code-generator-and-validator/index.ts
+++ b/src/tools/otp-code-generator-and-validator/index.ts
@@ -3,7 +3,7 @@ import { defineTool } from '../tool';
export const tool = defineTool({
name: 'OTP code generator',
- path: '/otp-code-generator-and-validator',
+ path: '/otp-generator',
description: 'Generate and validate time-based OTP (one time password) for multi-factor authentication.',
keywords: [
'otp',