Skip to content

On the login page we can add the confirm password column for validation , also we can add the only numbers feature in the phone contact column and making all the column compulsory to fill it up compulsory. #40

On the login page we can add the confirm password column for validation , also we can add the only numbers feature in the phone contact column and making all the column compulsory to fill it up compulsory.

On the login page we can add the confirm password column for validation , also we can add the only numbers feature in the phone contact column and making all the column compulsory to fill it up compulsory. #40

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Hi @${{ github.actor }}! Thanks for opening this issue. We appreciate your contribution to this open-source project.
pr-message: >
Hi @${{ github.actor }}! Thank you for your valuable contribution! Our team will review it and get back to you soon.