Skip to content

Commit

Permalink
fix(fe2): fix login not working due to unsupported regex on Safari (#…
Browse files Browse the repository at this point in the history
…2180)

* fix(fe2): fix login not working due to unsupported regex on Safari

* added logging message for iain
  • Loading branch information
fabis94 authored Mar 29, 2024
1 parent 8fcc1e2 commit 764c85d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export default defineNitroPlugin((nitroApp) => {
const logger = useLogger()
logger.info('Starting up the server, hello!')

nitroApp.hooks.hook('close', () => {
logger.warn('Closing down the server, bye bye!')
})
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45508,9 +45508,9 @@ __metadata:
linkType: hard

"ufo@npm:^1.0.0, ufo@npm:^1.0.1, ufo@npm:^1.1.0, ufo@npm:^1.1.1, ufo@npm:^1.1.2, ufo@npm:^1.2.0, ufo@npm:^1.3.0, ufo@npm:^1.3.2, ufo@npm:^1.4.0, ufo@npm:^1.5.0, ufo@npm:^1.5.2":
version: 1.5.2
resolution: "ufo@npm:1.5.2"
checksum: f0bdc651d4ca2eae02b6f11b628582ac58b7986a01d784ca21fffb52166b5180c794b5f8229fe20c9b5c55a7c899baa33e56ddccd3920adc2cb1d387cea00e1b
version: 1.5.3
resolution: "ufo@npm:1.5.3"
checksum: 2f54fa543b2e689cc4ab341fe2194937afe37c5ee43cd782e6ecc184e36859e84d4197a43ae4cd6e9a56f793ca7c5b950dfff3f16fadaeef9b6b88b05c88c8ef
languageName: node
linkType: hard

Expand Down

0 comments on commit 764c85d

Please sign in to comment.