mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
refactor(otp-generator): changed url
This commit is contained in:
parent
d3a2936979
commit
7f229959d6
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue