Skip to content

Commit 687bdf6

Browse files
committed
Merge branch 'quentin/fixPreverifiedOidcComment' into 'master'
chore(tankersdk): PreverifiedOIDC -> PreverifiedOidc in a comment See merge request TankerHQ/sdk-python!310
2 parents efebf69 + d31c5c1 commit 687bdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tankersdk/tanker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class E2ePassphraseVerificationMethod(VerificationMethod):
213213
method_type = VerificationMethodType.E2E_PASSPHRASE
214214

215215

216-
# PreverifiedOIDC is not exposed as a VerificationMethod
216+
# PreverifiedOidc is not exposed as a VerificationMethod
217217

218218

219219
def verification_method_from_c(c_verification_method: CData) -> VerificationMethod:

0 commit comments

Comments
 (0)