We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eosio-reference-ios-authenticator-app/Eosio/Manifest & Metadata/AppManifest.swift
Line 37 in 7a64ca0
I believe an empty whitelist comes in as "", not "0".
Here is chrome authenticator code for reference: https://github.com/EOSIO/eosio-reference-chrome-extension-authenticator-app/blob/a6d77e0678aa1479f3b0116b81ed82d14eec32f1/src/utils/manifest/ManifestValidator.ts#L126
Can someone confirm this?
The text was updated successfully, but these errors were encountered:
Thanks @jafri. Yes as per the Manifest Specification, wildcards are denoted by empty string ("") in the whitelist field.
Sorry, something went wrong.
@jafri Good catch. Looks like this was a regression in the Reference iOS Authenticator App.
No branches or pull requests
eosio-reference-ios-authenticator-app/Eosio/Manifest & Metadata/AppManifest.swift
Line 37 in 7a64ca0
I believe an empty whitelist comes in as "", not "0".
Here is chrome authenticator code for reference:
https://github.com/EOSIO/eosio-reference-chrome-extension-authenticator-app/blob/a6d77e0678aa1479f3b0116b81ed82d14eec32f1/src/utils/manifest/ManifestValidator.ts#L126
Can someone confirm this?
The text was updated successfully, but these errors were encountered: