mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-15 18:54:52 -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({
|
export const tool = defineTool({
|
||||||
name: 'OTP code generator',
|
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.',
|
description: 'Generate and validate time-based OTP (one time password) for multi-factor authentication.',
|
||||||
keywords: [
|
keywords: [
|
||||||
'otp',
|
'otp',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue