Update OAuth2-Backend-Approach.md

This commit is contained in:
Ste Vaidis 2025-01-08 10:43:47 +02:00
parent 26ec5c730d
commit 8894d43637

View File

@ -243,7 +243,7 @@ curl -X GET "https://www.googleapis.com/oauth2/v3/userinfo" \
``` ```
<br><br><br> <br><br><br>
### 💾 Frontend Dashboard Code ### 💾 Frontend Code
```js ```js
import { useEffect, useState } from 'react'; import { useEffect, useState } from 'react';