diff options
author | Michael Lehenbauer <mikelehen@gmail.com> | 2018-01-09 17:00:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 17:00:18 -0800 |
commit | d6bf54e2872801bc915ffd695bf2aa3051ae22ab (patch) | |
tree | 166325a14805321cbf5045fdd4a52dd634747218 /Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m | |
parent | 2c6682c66ea7b86b3b7cb52e623086b4184d500a (diff) | |
parent | aa00c7444982de08b21604965a708d1cad5188f7 (diff) |
Merge pull request #635 from firebase/mikelehen/merge-master-to-firestore-api-changes
Merge master to firestore api changes
Diffstat (limited to 'Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m')
-rw-r--r-- | Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m b/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m index d2c4a7c..71b4edd 100644 --- a/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m +++ b/Firebase/Auth/Source/RPCs/FIRVerifyPasswordResponse.m @@ -16,8 +16,6 @@ #import "FIRVerifyPasswordResponse.h" -#import "FIRAuthErrorUtils.h" - @implementation FIRVerifyPasswordResponse - (BOOL)setWithDictionary:(NSDictionary *)dictionary |