fdroid
Kherel 2021-01-22 07:23:56 +01:00
parent 80213abf9b
commit 4936b157a1
1 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@ import 'app_config_repository.dart';
part 'app_config_state.dart'; part 'app_config_state.dart';
/// initializeing steps: |setHetznerKey /// initializeing steps:
/// 1. Hetzner key |setCloudFlare /// 1. Hetzner key |setHetznerKey
/// 2. Cloudflare key |setCloudflareKey /// 2. Cloudflare key |setCloudflareKey
/// 3. Set Domain address |setDomain /// 3. Set Domain address |setDomain
/// 4. Set Root user name password |setRootUser /// 4. Set Root user name password |setRootUser
@ -115,11 +115,11 @@ class AppConfigCubit extends Cubit<AppConfigState> {
state.cloudFlareDomain.domainName, state.cloudFlareDomain.domainName,
); );
// await repository.createDnsRecords( await repository.createDnsRecords(
// state.cloudFlareKey, state.cloudFlareKey,
// serverDetails.ip4, serverDetails.ip4,
// state.cloudFlareDomain, state.cloudFlareDomain,
// ); );
emit(state.copyWith( emit(state.copyWith(
isLoading: false, isLoading: false,