change: namings for FF Admin

This commit is contained in:
Julian Krauser 2025-02-16 10:21:10 +01:00
parent 1ee94b48ba
commit 7904a98d5f
5 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ export async function getMyTotp(req: Request, res: Response): Promise<any> {
let { secret } = await UserService.getById(userId);
const url = `otpauth://totp/Mitgliederverwaltung ${CLUB_NAME}?secret=${secret}`;
const url = `otpauth://totp/FF Admin ${CLUB_NAME}?secret=${secret}`;
QRCode.toDataURL(url)
.then((result) => {