Skip to content

Commit c88973d

Browse files
committed
Remove GetOobCodeRequestType in favor of Operation
1 parent 82de7da commit c88973d

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

packages-exp/auth-exp/src/core/strategies/email.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import {
19-
createAuthUri,
20-
CreateAuthUriRequest
21-
} from '../../api/authentication/create_auth_uri';
18+
import { createAuthUri, CreateAuthUriRequest } from '../../api/authentication/create_auth_uri';
2219
import * as api from '../../api/authentication/email_and_password';
2320
import { Operation } from '../../model/action_code_info';
2421
import {

packages-exp/auth-exp/src/model/action_code_info.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,3 @@ export interface ActionCodeInfo {
3030
};
3131
operation: string;
3232
}
33-
34-
export interface ActionCodeInfo {
35-
data: {
36-
email: string | null;
37-
fromEmail: string | null;
38-
};
39-
operation: string;
40-
}

0 commit comments

Comments
 (0)