Skip to content

Commit

Permalink
Merge pull request abpframework#11663 from abpframework/enisn/gif-rep…
Browse files Browse the repository at this point in the history
…lacement

Replace <img> tags with markdown
  • Loading branch information
hikalkan authored Feb 22, 2022
2 parents 4abaa79 + 961869e commit 60c205b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Each platform (UWP, OSX, iOS and Android) requires some configuration to use aut
- Run the Application and perform a login operation.
AccessToken will be retrieved.
<img src="art/android-login-demo.gif" height="640">
![abp-maui-android-openid-connect](art/android-login-demo.gif)
---
Expand Down Expand Up @@ -382,10 +382,11 @@ AccessToken will be retrieved.
> You'll find it at the top of the editor.
> ![abp-maui-example-compiler-select](art/compiler-select.png)
<img src="art/ios-login-demo.gif" height="640">
![abp-maui-ios-openid-connect](art/ios-login-demo.gif)
![abp-maui-MacCatalyst-openid-connect](art/macos-login-demo.gif)
<img src="art/macos-login-demo.gif" width="100%">
---
Expand Down

0 comments on commit 60c205b

Please sign in to comment.