mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 22:26:52 +00:00
fix(initialization): Add missing setup progress step
This commit is contained in:
parent
cb1fe6eafd
commit
7223b0e614
|
@ -112,7 +112,8 @@ class TimerState extends ServerInstallationNotFinished {
|
||||||
|
|
||||||
enum ServerSetupProgress {
|
enum ServerSetupProgress {
|
||||||
nothingYet,
|
nothingYet,
|
||||||
hetznerFilled,
|
serverProviderFilled,
|
||||||
|
servertTypeFilled,
|
||||||
cloudFlareFilled,
|
cloudFlareFilled,
|
||||||
backblazeFilled,
|
backblazeFilled,
|
||||||
domainFilled,
|
domainFilled,
|
||||||
|
|
Loading…
Reference in a new issue