refactor(otp-generator): changed url

This commit is contained in:
Corentin Thomasset 2022-08-24 00:22:54 +02:00
parent d3a2936979
commit 7f229959d6
No known key found for this signature in database
GPG Key ID: DBD997E935996158

View File

@ -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',