mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
refactors, dynamic constants (lol)
This commit is contained in:
@@ -3,7 +3,7 @@ import React, { useState, useEffect } from 'react'
|
||||
import Header from '../components/header'
|
||||
|
||||
import styles from './validation.module.css'
|
||||
import constants from '../constants.json'
|
||||
import constants from '../constants'
|
||||
|
||||
function fetchValidation() {
|
||||
return new Promise((resolve) => {
|
||||
@@ -37,8 +37,7 @@ export default function Validation() {
|
||||
<center>
|
||||
<div className={styles.descrip}>
|
||||
Különböző okokból kellhet, hogy bizonyítsd hogy az oldalhoz van
|
||||
hozzáférésed. Ebben az esetben ezzel a tokennel tudod: TODO: normális
|
||||
duma
|
||||
hozzáférésed. Ebben az esetben ezzel a tokennel tudod:
|
||||
</div>
|
||||
{token && <div className={styles.tokenContainer}>{token}</div>}
|
||||
</center>
|
||||
|
||||
Reference in New Issue
Block a user