Feature/lazy load components (#590)

This commit is contained in:
mrdrogdrog 2020-09-26 09:54:17 +02:00 committed by GitHub
parent 9c38655a92
commit 101292da92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 261 additions and 248 deletions

View file

@ -1,5 +1,5 @@
import { RegisterError } from '../../components/register-page/register-page'
import { expectResponseCode, getApiUrl, defaultFetchConfig } from '../utils'
import { defaultFetchConfig, expectResponseCode, getApiUrl } from '../utils'
export const doInternalLogin = async (username: string, password: string): Promise<void> => {
const response = await fetch(getApiUrl() + '/auth/internal', {