Skip to content

fix: 이메일 가입 회원일 경우에만 회원탈퇴 시 비밀번호 입력칸 렌더링 #49

fix: 이메일 가입 회원일 경우에만 회원탈퇴 시 비밀번호 입력칸 렌더링

fix: 이메일 가입 회원일 경우에만 회원탈퇴 시 비밀번호 입력칸 렌더링 #49

Workflow file for this run

name: Test
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: install dependencies
run: npm ci