mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added page titles
This commit is contained in:
parent
587c304317
commit
37060e9e69
11 changed files with 142 additions and 94 deletions
|
@ -1,5 +1,6 @@
|
|||
import React, { useState, useEffect } from 'react'
|
||||
import fetch from 'unfetch'
|
||||
import Head from 'next/head'
|
||||
|
||||
import styles from './pwRequest.module.css'
|
||||
import constants from '../constants.json'
|
||||
|
@ -78,6 +79,9 @@ export default function PwRequest(props) {
|
|||
return (
|
||||
// TODO: újrafogalmazás, remove hány nap után kapnak új jelszót először
|
||||
<div>
|
||||
<Head>
|
||||
<title>Qmining - Jelszó kérés</title>
|
||||
</Head>
|
||||
<div id="form">
|
||||
<div className={styles.text}>
|
||||
Itt új jelszavakat tudsz kérni új felhasználóknak. Közös
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue