Error with Master pino creahes changed to pino-pretty
This commit is contained in:
parent
bd45062080
commit
67c8a9cbd1
6 changed files with 3 additions and 5 deletions
|
|
@ -96,7 +96,6 @@ async function handleOtp(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
inputs[0].focus();
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
frontend/src/pages/root/pong_box_image.png
Normal file
BIN
frontend/src/pages/root/pong_box_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -11,7 +11,6 @@ addRoute('/', async (_: string): Promise<string> => {
|
|||
return page;
|
||||
}, { bypass_auth: true })
|
||||
|
||||
|
||||
addRoute('/with_title/:title', (_: string, args: RouteHandlerParams) => {
|
||||
setTitle(args.title)
|
||||
console.log(`title should be '${args.title}'`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue