mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
common oidc, add auth0
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
0bf007e63c
commit
35c1cee18b
1
flutter/assets/auth-auth0.svg
Normal file
1
flutter/assets/auth-auth0.svg
Normal 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 |
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user