feat: auth & admin
This commit is contained in:
@@ -15,14 +15,14 @@ Brief explanation of the rule and why it matters. This should be clear and conci
|
||||
|
||||
```typescript
|
||||
// Bad code example here
|
||||
const bad = example()
|
||||
const bad = example();
|
||||
```
|
||||
|
||||
**Correct (description of what's right):**
|
||||
|
||||
```typescript
|
||||
// Good code example here
|
||||
const good = example()
|
||||
const good = example();
|
||||
```
|
||||
|
||||
Reference: [Link to documentation or resource](https://example.com)
|
||||
|
||||
Reference in New Issue
Block a user