Skip to content

Commit

Permalink
Update src/main/java/io/supertokens/storage/postgresql/config/Postgre…
Browse files Browse the repository at this point in the history
…SQLConfig.java
  • Loading branch information
porcellus authored Oct 27, 2024
1 parent a9d72a7 commit ffa0196
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,6 @@ public String getDashboardSessionsTable() {
return addSchemaAndPrefixToTableName("dashboard_user_sessions");
}

public String getOAuthRevokeTable() {
return addSchemaAndPrefixToTableName("oauth_revoke");
}

public String getTotpUsersTable() {
return addSchemaAndPrefixToTableName("totp_users");
Expand Down

0 comments on commit ffa0196

Please sign in to comment.