added comment regarding the uri format
@@ -231,6 +231,8 @@ | ||
231 | 231 | lbl := URIEncode(Identity); |
232 | 232 | if Issuer <> '' then |
233 | 233 | lbl := URIEncode(Issuer) + ':' + lbl; |
234 | + | |
235 | + // see https://github.com/google/google-authenticator/wiki/Key-Uri-Format | |
234 | 236 | URI := Format('otpauth://%s/%s?secret=%s', |
235 | 237 | [OtpType, lbl, SecretBase32]); |
236 | 238 | if Issuer <> '' then |