Преглед изворни кода

Update withdrawal authentication page with enhanced loading state and user feedback

- Improved loading state implementation during real-name authentication checks for better user experience.
- Updated styles for the loading state to provide clearer visual feedback while the status is being verified.
- Refined the user interface to streamline the authentication process and enhance overall usability.
0es пре 1 месец
родитељ
комит
e747cab6be
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      server/plugins/ready.ts

+ 5 - 0
server/plugins/ready.ts

@@ -0,0 +1,5 @@
+export default defineNitroPlugin(() => {
+  if (process.send) {
+    process.send('ready')
+  }
+})