Make logo url part of environment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2021-02-18 11:34:11 -06:00
parent 28aabc0960
commit 8d4627f5f6
4 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import {EditorService} from '../../service/editor.service';
import {ApiService} from '../../service/api.service';
import {NavigationService} from '../../service/navigation.service';
import {AuthService} from '../../service/auth.service';
import {environment} from '../../../environments/environment';
export type LoginPageStep = 'greeter' | 'username' | 'password' | 'create-account';