You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
Copyright 2017 Vector Creations Ltd
|
||||
Copyright 2020 Resynth <resynth1943.net>
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -21,7 +22,7 @@ import QuestionDialog from './QuestionDialog';
|
||||
type IProps = Exclude<
|
||||
React.ComponentProps<QuestionDialog>,
|
||||
"title" | "danger" | "description"
|
||||
>;
|
||||
>;
|
||||
|
||||
export default function AccessTokenDialog(props: IProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user