//아이디, 패스워드 찾기 예시입니다. import { Component, OnInit } from '@angular/core';import Kuzzle from 'kuzzle-sdk/dist/kuzzle.js';@Component({ selector: 'app-findidandpwd', templateUrl: './findidandpwd.page.html', styleUrls: ['./findidandpwd.page.scss'],})export class FindidandpwdPage implements OnInit { isFindId = true; findIdName: any; findIdNickName: any; findPwdId: any; findPwdName: any; findPwdNickNam..