common oidc, add auth0

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-07-20 22:58:57 +08:00
parent 0bf007e63c
commit 35c1cee18b
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
<svg viewBox="0 0 32 32" width="32" height="32"><path d="m29.307 9.932-3.146-9.932h-20.365l-3.104 9.932c-1.802 5.75.042 12.271 5.089 16.021l8.229 6.047 8.208-6.068c5.005-3.75 6.911-10.25 5.089-16.021l-8.214 6.104 3.12 9.938-8.208-6.13-8.208 6.104 3.141-9.911-8.25-6.063 10.177-.063 3.146-9.891 3.141 9.87z"/></svg>

After

Width:  |  Height:  |  Size: 314 B

View File

@ -12,7 +12,7 @@ import 'package:url_launcher/url_launcher.dart';
import '../../common.dart';
import './dialog.dart';
const kOpSvgList = ['github', 'google', 'apple', 'okta', 'facebook', 'azure'];
const kOpSvgList = ['github', 'google', 'apple', 'okta', 'facebook', 'azure', 'auth0'];
class _IconOP extends StatelessWidget {
final String op;