Skip to content

Fixed the alignment of auth page #2603

Fixed the alignment of auth page

Fixed the alignment of auth page #2603

Workflow file for this run

name: Greet User on Contribution
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- master,main
jobs:
greet:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Greet User
run: |
echo "Hello ${{ github.actor }}! Thank you for contributing to our project.We'll have a look asap!"