forked from mystiq/hydrogen-web
Formatting fix
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
730a6b2d0a
commit
9651817c5b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { LoginMethod } from "./LoginMethod.js";
|
import {LoginMethod} from "./LoginMethod.js";
|
||||||
|
|
||||||
export class PasswordLoginMethod extends LoginMethod {
|
export class PasswordLoginMethod extends LoginMethod {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
|
|
Loading…
Reference in a new issue