fix(web): show OAuth login button when disabled (#2219)

* fix(web): show OAuth login button when disable

* update api
This commit is contained in:
Alex
2023-04-08 22:18:22 -05:00
committed by GitHub
parent 983abf5e14
commit e9c171f7ab
41 changed files with 802 additions and 78 deletions

View File

@@ -26,6 +26,8 @@ Method | HTTP request | Description
### Example
```dart
import 'package:openapi/api.dart';
@@ -77,6 +79,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';
@@ -128,6 +132,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';
@@ -179,6 +185,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';
@@ -230,6 +238,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';
@@ -277,6 +287,8 @@ This endpoint does not need any parameter.
### Example
```dart
import 'package:openapi/api.dart';
@@ -328,6 +340,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';
@@ -379,6 +393,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';
@@ -420,6 +436,8 @@ No authorization required
### Example
```dart
import 'package:openapi/api.dart';
@@ -471,6 +489,8 @@ Name | Type | Description | Notes
### Example
```dart
import 'package:openapi/api.dart';