Skip to content

Commit

Permalink
Merge pull request #31 from lukso-network/fix-main
Browse files Browse the repository at this point in the history
Fix main
  • Loading branch information
Hugoo authored Jan 18, 2024
2 parents 8a328ef + 3739c00 commit bc6189c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
- name: 🛎️ Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand All @@ -18,8 +18,11 @@ jobs:
node-version: '18.18.1'
cache: 'yarn'

- name: Install ⚙️
- name: ⚙️ Install
run: yarn install --frozen-lockfile

- name: Prettier 🎨
- name: 🎨 Prettier
run: yarn run prettier

- name: 🏗️ Build
run: yarn run prettier
2 changes: 1 addition & 1 deletion docs/extension/guides/check-2fa-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To confirm that the permissions of the recovery controller were adequately set u

:::info Controller Names

The names of the controllers can vary, depending on the time of your Universal Profile setup. The controller of the extension will either be named **UP Extension** or have the **name of it's blockchain address**. The recovery controller can either be named **UP Recovery** or **recovery-up<number>**. Every controller can be renamed locally in your extension at any time.
The names of the controllers can vary, depending on the time of your Universal Profile setup. The controller of the extension will either be named **UP Extension** or have the **name of it's blockchain address**. The recovery controller can either be named **UP Recovery** or **recovery-up\<number\>**. Every controller can be renamed locally in your extension at any time.

:::

Expand Down

0 comments on commit bc6189c

Please sign in to comment.