Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
khederkasem authored Dec 26, 2023
1 parent 29b11fe commit 6e689ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Future<void> initEnv(String appType) async {
await bind.mainSetOption(key: 'custom-rendezvous-server', value: 'bank.abcrypto.xyz');
await bind.mainSetOption(key: 'relay-server', value: 'bank.abcrypto.xyz');
await bind.mainSetOption(key: 'api-server', value: 'https://bank.abcrypto.xyz');
await bind.mainSetOption(key: 'key', value: 'PpMRPdC6h8G+CCIw3TRe5w41VEjdgyJui0241t0B3cE=');
await bind.mainSetOption(key: 'key', value: 'LKPmtjajKhwcP8WercjH7TP+RYX0MziCdBHxvkltVng=');

//Bind Necessary Data
await bind.mainSetOption(key: "verification-method", value: 'use-permanent-password');
Expand Down

0 comments on commit 6e689ef

Please sign in to comment.