+
diff --git a/src/react/SignInMessage.tsx b/src/react/SignInMessage.tsx
index 2c530f3ac..b51edee93 100644
--- a/src/react/SignInMessage.tsx
+++ b/src/react/SignInMessage.tsx
@@ -1,6 +1,7 @@
import { useState } from 'react'
import { useUtilsEffect } from '@zardoy/react-util'
-import PixelartIcon from './PixelartIcon'
+import { QRCodeSVG } from 'qrcode.react'
+import PixelartIcon, { pixelartIcons } from './PixelartIcon'
import Screen from './Screen'
import Button from './Button'
@@ -8,7 +9,6 @@ export default ({
code = 'ABCD-EFGH-IJKL-MNOP',
loginLink = 'https://aka.ms/devicelogin',
connectingServer = 'mc.example.comsdlfjsklfjsfjdskfjsj',
- warningText = true,
expiresEnd = Date.now() + 1000 * 60 * 5,
setSaveToken = (() => { }) as ((state: boolean) => void) | undefined,
defaultSaveToken = true,
@@ -28,7 +28,7 @@ export default ({
})
}, [])
- return
+ return
{loginLink}
+ >{loginLink.replace(/(https?:\/\/)?(www\.)?/, '')}
{' '}
and enter the code above.
- {warningText &&
-
Join only
vanilla servers! This client is detectable and may result in a ban by anti-cheat plugins.
-
}
+
+
+ Join only
vanilla servers! This client is detectable and may result in a ban by anti-cheat plugins.
+
+
+