Skip to content

Commit

Permalink
Update Password.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Jul 16, 2023
1 parent 343cf48 commit 2dd0b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-standalone/src/views/playground/components/Password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ onMounted(() => {
<el-collapse v-model="activeName" accordion>
<el-collapse-item class="el-collapse-item" name="1">
<template #title>
<span class="stepTitle">Step 2: Fetch token with Password</span>
<span class="stepTitle">Step 1: Fetch token with Password</span>
</template>
<el-scrollbar class="fitSide">
<h4 style="text-align: left;margin: 0">Username</h4>
Expand All @@ -219,7 +219,7 @@ onMounted(() => {
</el-collapse-item>
<el-collapse-item class="el-collapse-item" name="3">
<template #title>
<span class="stepTitle">Step 3: Request to API with the <code
<span class="stepTitle">Step 2: Request to API with the <code
style="color:#cd3221">access_token</code></span>
</template>
<el-scrollbar class="fitSide">
Expand Down

0 comments on commit 2dd0b86

Please sign in to comment.