Skip to content

Commit 3ae4133

Browse files
committed
fix: add ability to specify button text from adapter
1 parent f167024 commit 3ae4133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/types/Adapters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ export interface OAuth2Adapter {
3232
getAuthUrl(): string;
3333
getTokenFromCode(code: string, redirect_uri: string): Promise<{ email: string }>;
3434
getIcon(): string;
35+
getButtonText?(): string;
3536
}

0 commit comments

Comments
 (0)