mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-27 07:36:01 +00:00
feat: optional additional verification gates (#3262)
* phone number verificiation initial * finish phone verification * feat: add card gate for signups * chore: npm * fix: modal order and wording * fix:wording --------- Co-authored-by: Neal Shah <neal.shah@puter.com>
This commit is contained in:
co-authored by
Neal Shah
parent
900b0d7aa6
commit
cd800148d5
@@ -86,6 +86,8 @@ const AVAILABLE_MIGRATIONS: [number, string[]][] = [
|
||||
[50, ['0055_username_nocase_unique.sql']],
|
||||
[51, ['0056_sessions_kind_worker.sql']],
|
||||
[52, ['0057_add_user_reputation.sql']],
|
||||
[53, ['0058_add_phone_verification.sql']],
|
||||
[54, ['0059_add_card_verification.sql']],
|
||||
];
|
||||
|
||||
export class SqliteDatabaseClient extends AbstractDatabaseClient {
|
||||
|
||||
Reference in New Issue
Block a user