Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A55A5200CDF for ; Thu, 17 Aug 2017 12:01:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6ADE81622CD; Thu, 17 Aug 2017 10:01:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8EA51617DD for ; Thu, 17 Aug 2017 12:01:32 +0200 (CEST) Received: (qmail 28119 invoked by uid 500); 17 Aug 2017 10:01:31 -0000 Mailing-List: contact issues-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list issues@fineract.apache.org Received: (qmail 28103 invoked by uid 99); 17 Aug 2017 10:01:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2017 10:01:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BD0B0F32B3; Thu, 17 Aug 2017 10:01:31 +0000 (UTC) From: nazeer1100126 To: issues@fineract.apache.org Reply-To: issues@fineract.apache.org References: In-Reply-To: Subject: [GitHub] fineract pull request #374: Two-Factor Authentication Content-Type: text/plain Message-Id: <20170817100131.BD0B0F32B3@git1-us-west.apache.org> Date: Thu, 17 Aug 2017 10:01:31 +0000 (UTC) archived-at: Thu, 17 Aug 2017 10:01:33 -0000 Github user nazeer1100126 commented on a diff in the pull request: https://github.com/apache/fineract/pull/374#discussion_r133669678 --- Diff: fineract-provider/src/main/java/org/apache/fineract/commands/service/CommandWrapperBuilder.java --- @@ -3041,4 +3041,18 @@ public CommandWrapperBuilder deleteAdHoc(Long adHocId) { this.json = "{}"; return this; } + + public CommandWrapperBuilder invaldiateTwoFactorAccessToken() { --- End diff -- invaldiateTwoFactorAccessToken spelling mistake. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---