Display progress updates during registration

This commit is contained in:
2021-09-04 22:28:12 +00:00
parent 1f5f99c971
commit 77653e9eb9
6 changed files with 55 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
import React, { useState, useEffect } from 'react';
import { Table } from 'semantic-ui-react';
export const randomString = () => Math.random().toString(36).substr(2, 10);
export const siteUrl = window.location.protocol + '//' + window.location.hostname;
export const apiUrl = window.location.protocol + '//api.' + window.location.hostname;
export const staticUrl = window.location.protocol + '//static.' + window.location.hostname;