UNPKG

@azure/msal-browser

Version:
12 lines (9 loc) 314 B
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { AuthFlowStateBase } from "../../../core/auth_flow/AuthFlowState.js"; /** * State of a reset password operation that has failed. */ export class ResetPasswordFailedState extends AuthFlowStateBase {}