Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4adcf2b

Browse files
committed
feat: update readme
1 parent a8b1d6c commit 4adcf2b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

‎README.md‎

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@ Use `environment.ts` to set OP Client configuration.
2121
npm install
2222
```
2323

24-
2. Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
25-
26-
# Usage
27-
28-
## Get the authorization url and redirect
29-
24+
2. Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

‎src/app/profile/profile.component.html‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="container mt-3">
22
<div class="card text-white bg-success mb-3" *ngIf="accessToken">
33
<div class="card-body">
4-
<p class="card-text">Access Token: {{accessToken}}</p>
54
<h5 class="card-title">User info</h5>
65
<pre class="card-text">{{userInfo | json}}</pre>
76
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /